CUSTOM: liver timer: immediate liver timer control on data pending and destroy
[lttng-tools.git] / src / common / sessiond-comm / sessiond-comm.h
index 06af0b48cb62e68542cc7b435fd69724b692458d..ceb56f6717eb0f2e36b18274424178ca3916d87c 100644 (file)
@@ -533,6 +533,12 @@ struct lttcomm_consumer_msg {
                struct {
                        uint64_t key;   /* Channel key. */
                } LTTNG_PACKED flush_channel;
+               struct {
+                       uint64_t key;   /* Channel key. */
+               } LTTNG_PACKED stop_live_timer;
+               struct {
+                       uint64_t key;   /* Channel key. */
+               } LTTNG_PACKED start_live_timer;
                struct {
                        uint64_t key;   /* Channel key. */
                } LTTNG_PACKED clear_quiescent_channel;
This page took 0.02457 seconds and 5 git commands to generate.