Implement file-backed ring buffer
[lttng-ust.git] / include / lttng / ust-events.h
index 9a46e678ad782afaaf13a3b97df3a0adf1ed5f89..e4b4edeba005e25e926a54a7674d51915e766d65 100644 (file)
@@ -439,7 +439,8 @@ struct lttng_channel_ops {
                        unsigned int switch_timer_interval,
                        unsigned int read_timer_interval,
                        unsigned char *uuid,
-                       uint32_t chan_id);
+                       uint32_t chan_id,
+                       const char *shm_path);
        void (*channel_destroy)(struct lttng_channel *chan);
        union {
                void *_deprecated1;
This page took 0.022917 seconds and 4 git commands to generate.