relayd: Implement get_configuration relayd protocol command
[lttng-tools.git] / src / common / sessiond-comm / sessiond-comm.h
index cf50f0e44515573c81ce2d13b58ffd3711b6f579..8b1757438de448096337b7ae820513e59ae23891 100644 (file)
@@ -140,6 +140,8 @@ enum lttcomm_relayd_command {
        RELAYD_CLOSE_TRACE_CHUNK            = 20,
        /* Ask the relay whether a trace chunk exists (2.11+) */
        RELAYD_TRACE_CHUNK_EXISTS           = 21,
+       /* Get the current configuration of a relayd peer (2.12+) */
+       RELAYD_GET_CONFIGURATION            = 22,
 
        /* Feature branch specific commands start at 10000. */
 };
This page took 0.023771 seconds and 5 git commands to generate.