Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tutorius/translator.py
diff options
context:
space:
mode:
Diffstat (limited to 'tutorius/translator.py')
-rw-r--r--tutorius/translator.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tutorius/translator.py b/tutorius/translator.py
index d876f28..1494173 100644
--- a/tutorius/translator.py
+++ b/tutorius/translator.py
@@ -211,6 +211,8 @@ class ResourceTranslator(object):
def get_registered_probes_list(self, process_name=None):
return self._probe_manager.get_registered_probes_list(process_name)
+ def create_event(self, *args, **kwargs):
+ return self._probe_manager.create_event(*args, **kwargs)
###########################################################################
def action_installed(self, action_installed_cb, address):