actions: introduce stop session action
[lttng-tools.git] / include / lttng / action / action.h
index aa3d11589d07f0d2b50296e09803512ef0e17226..cc26ed9141e33d142b2488c67052061e45b76047 100644 (file)
@@ -18,6 +18,7 @@ enum lttng_action_type {
        LTTNG_ACTION_TYPE_UNKNOWN = -1,
        LTTNG_ACTION_TYPE_NOTIFY = 0,
        LTTNG_ACTION_TYPE_START_SESSION = 1,
+       LTTNG_ACTION_TYPE_STOP_SESSION = 2,
 };
 
 enum lttng_action_status {
This page took 0.023368 seconds and 5 git commands to generate.