Centralize control of contructors/destructors
[lttng-ust.git] / libust / ltt-ring-buffer-client-overwrite.c
index 602c3cee9ff1039b794b4657a3a7d11e29f426f2..8590a7ee91e6677656c863932bda601018bdb7e4 100644 (file)
@@ -12,4 +12,8 @@
 
 #define RING_BUFFER_MODE_TEMPLATE              RING_BUFFER_OVERWRITE
 #define RING_BUFFER_MODE_TEMPLATE_STRING       "overwrite"
+#define RING_BUFFER_MODE_TEMPLATE_INIT \
+       ltt_ring_buffer_client_overwrite_init
+#define RING_BUFFER_MODE_TEMPLATE_EXIT \
+       ltt_ring_buffer_client_overwrite_exit
 #include "ltt-ring-buffer-client.h"
This page took 0.024979 seconds and 4 git commands to generate.