X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fevent-rule%2Fuprobe.c;h=de4ee1cb0add4efa908cbc57fcd46d86f8b02cde;hp=09434b6d41f8ab965542b5731432423cce68bdfd;hb=993578ff7c4fce4d9a834918d192f896ba3021c7;hpb=e1b624d005769d1a2e9eb39fee63c73c6395fd76 diff --git a/src/common/event-rule/uprobe.c b/src/common/event-rule/uprobe.c index 09434b6d4..de4ee1cb0 100644 --- a/src/common/event-rule/uprobe.c +++ b/src/common/event-rule/uprobe.c @@ -162,11 +162,13 @@ lttng_event_rule_uprobe_get_filter_bytecode(const struct lttng_event_rule *rule) return NULL; } -static struct lttng_event_exclusion * -lttng_event_rule_uprobe_generate_exclusions(const struct lttng_event_rule *rule) +static enum lttng_event_rule_generate_exclusions_status +lttng_event_rule_uprobe_generate_exclusions(const struct lttng_event_rule *rule, + struct lttng_event_exclusion **exclusions) { /* Unsupported. */ - return NULL; + *exclusions = NULL; + return LTTNG_EVENT_RULE_GENERATE_EXCLUSIONS_STATUS_NONE; } static unsigned long