relayd: Implement custom EfficiOS session clear
[lttng-tools.git] / src / common / sessiond-comm / sessiond-comm.h
index 51f680005f5e67113b912d988cf9b7c067b8def9..59c4aad71da97d9ff2e1d9250740460be3d94205 100644 (file)
@@ -124,6 +124,11 @@ enum lttcomm_relayd_command {
        RELAYD_STREAMS_SENT                 = 16,
        /* Ask the relay to reset the metadata trace file (2.8+) */
        RELAYD_RESET_METADATA               = 17,
+
+       /* Feature branch specific commands start at 10000. */
+
+       /* Ask the relay to clear files belonging to a session (feature branch). */
+       RELAYD_CLEAR_SESSION_CUSTOM_EFFICIOS= 10000,
 };
 
 /*
This page took 0.024538 seconds and 5 git commands to generate.