trigger: generate and add tracer token on registration
[lttng-tools.git] / src / bin / lttng-sessiond / notification-thread.c
index 0c2d0d294628e2aea442498592ec1f379b15727a..9b2cd5b96a9139ad9cea7e934b4e84770167d40c 100644 (file)
@@ -407,6 +407,7 @@ int init_thread_state(struct notification_thread_handle *handle,
 
        memset(state, 0, sizeof(*state));
        state->notification_channel_socket = -1;
+       state->trigger_id.next_tracer_token = 1;
        lttng_poll_init(&state->events);
 
        ret = notification_channel_socket_create();
This page took 0.02297 seconds and 4 git commands to generate.