fix: relayd: unaligned access in trace_chunk_registry_ht_key_hash
[lttng-tools.git] / src / common / channel.cpp
index cde53130d3f091245f1bc7e380b0d77834b14ae4..efdc38dcc35ced97148d12857d767c013f242666 100644 (file)
@@ -11,6 +11,7 @@
 #include <common/error.hpp>
 #include <common/macros.hpp>
 #include <common/sessiond-comm/sessiond-comm.hpp>
+#include <common/urcu.hpp>
 
 #include <lttng/channel-internal.hpp>
 #include <lttng/channel.h>
@@ -65,7 +66,7 @@ end:
 /*
  * The channel object is NOT populated.
  */
-struct lttng_channel *lttng_channel_create_internal(void)
+struct lttng_channel *lttng_channel_create_internal()
 {
        struct lttng_channel *local_channel = nullptr, *ret = nullptr;
        struct lttng_channel_extended *extended = nullptr;
This page took 0.023379 seconds and 4 git commands to generate.