Add exclusion data to trace_ust_create_event
[lttng-tools.git] / tests / unit / test_ust_data.c
index ae8b1232a02a1b3f0f9a2095f2741c99b975fb10..7c48c5cb35637e5017add8ed6e876dacd5f75c0e 100644 (file)
@@ -151,7 +151,7 @@ static void test_create_ust_event(void)
        ev.type = LTTNG_EVENT_TRACEPOINT;
        ev.loglevel_type = LTTNG_EVENT_LOGLEVEL_ALL;
 
-       event = trace_ust_create_event(&ev, NULL);
+       event = trace_ust_create_event(&ev, NULL, NULL);
 
        ok(event != NULL, "Create UST event");
 
This page took 0.022509 seconds and 4 git commands to generate.