Centralize control of contructors/destructors
[lttng-ust.git] / libust / ltt-ring-buffer-metadata-client.c
index 2794a263d6b81338510a7e041d4e14219e952506..e1747c4317239e1249228c6f168c78f48efaa210 100644 (file)
@@ -12,4 +12,8 @@
 
 #define RING_BUFFER_MODE_TEMPLATE              RING_BUFFER_DISCARD
 #define RING_BUFFER_MODE_TEMPLATE_STRING       "metadata"
+#define RING_BUFFER_MODE_TEMPLATE_INIT \
+       ltt_ring_buffer_metadata_client_init
+#define RING_BUFFER_MODE_TEMPLATE_EXIT \
+       ltt_ring_buffer_metadata_client_exit
 #include "ltt-ring-buffer-metadata-client.h"
This page took 0.023513 seconds and 4 git commands to generate.