Generate bytecodes related to the trigger on reception
[lttng-tools.git] / src / common / event-rule / uprobe.c
index d9c1fc20c5a268070c00bc6c28806d8f93946aae..b02332b61c11202780f64511cb690446791d37d4 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include <assert.h>
+#include <common/credentials.h>
 #include <common/error.h>
 #include <common/macros.h>
 #include <common/payload.h>
@@ -138,7 +139,8 @@ end:
 }
 
 static enum lttng_error_code lttng_event_rule_uprobe_generate_filter_bytecode(
-               struct lttng_event_rule *rule, uid_t uid, gid_t gid)
+               struct lttng_event_rule *rule,
+               const struct lttng_credentials *creds)
 {
        /* Nothing to do. */
        return LTTNG_OK;
This page took 0.023164 seconds and 4 git commands to generate.