Fix: don't define variables in headers
[lttng-ust.git] / include / lttng / ringbuffer-config.h
index 24fb1cc4c35cd9a51d1fcb9fae3733da358abb13..24e7dbeb6bf9e07fc8d1521a11ace7e8a830a016 100644 (file)
@@ -32,7 +32,7 @@ struct lttng_ust_lib_ring_buffer;
 struct channel;
 struct lttng_ust_lib_ring_buffer_config;
 struct lttng_ust_lib_ring_buffer_ctx;
-struct lttng_ust_shm_handle *handle;
+struct lttng_ust_shm_handle;
 
 /*
  * Ring buffer client callbacks. Only used by slow path, never on fast path.
This page took 0.022918 seconds and 4 git commands to generate.