Send indexes in streaming mode
[lttng-tools.git] / src / common / sessiond-comm / sessiond-comm.h
index cf6262e6aabe6e1bd9e5b932f943614039b71ea7..39ab69bf92946f5f15962d64b8e2e74215cccf96 100644 (file)
@@ -103,6 +103,9 @@ enum lttcomm_relayd_command {
        RELAYD_QUIESCENT_CONTROL            = 9,
        RELAYD_BEGIN_DATA_PENDING           = 10,
        RELAYD_END_DATA_PENDING             = 11,
+       RELAYD_ADD_INDEX                    = 12,
+       RELAYD_SEND_INDEX                   = 13,
+       RELAYD_CLOSE_INDEX                  = 14,
 };
 
 /*
This page took 0.022604 seconds and 4 git commands to generate.