Introduce emission site for syscall event rule
[lttng-tools.git] / tests / unit / test_event_rule.c
index 6c56bdbdb0867f1cc7122f5a0541fabfea8c96ae..59e37e9662edfeed08d8e71d75658f1871c9d730 100644 (file)
@@ -184,7 +184,7 @@ static void test_event_rule_syscall(void)
 
        lttng_payload_init(&payload);
 
-       syscall = lttng_event_rule_syscall_create();
+       syscall = lttng_event_rule_syscall_create(LTTNG_EVENT_RULE_SYSCALL_EMISSION_SITE_ENTRY);
        ok(syscall, "syscall object.");
 
        status = lttng_event_rule_syscall_set_pattern(syscall, pattern);
This page took 0.024859 seconds and 4 git commands to generate.