X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fglobals.c;h=ee08ef1b065249fcf2b8371250c2f05e29fcbafe;hp=53be62d7e95a0f19aa2f9b46463eb3c9817530b0;hb=3a5f70173aa04d11ccb22694d5d31a702cad33ab;hpb=412d7227e69ec845e44c49082a417f9454d9b55d diff --git a/src/bin/lttng-sessiond/globals.c b/src/bin/lttng-sessiond/globals.c index 53be62d7e..ee08ef1b0 100644 --- a/src/bin/lttng-sessiond/globals.c +++ b/src/bin/lttng-sessiond/globals.c @@ -24,8 +24,8 @@ struct notification_thread_handle *the_notification_thread_handle; struct lttng_ht *the_agent_apps_ht_by_sock = NULL; struct lttng_ht *the_trigger_agents_ht_by_domain = NULL; -struct lttng_kernel_tracer_version the_kernel_tracer_version; -struct lttng_kernel_tracer_abi_version the_kernel_tracer_abi_version; +struct lttng_kernel_abi_tracer_version the_kernel_tracer_version; +struct lttng_kernel_abi_tracer_abi_version the_kernel_tracer_abi_version; int the_kernel_poll_pipe[2] = {-1, -1};