lttng-sessiond: keep enabled/active state for sessions, cleanup enabled state for...
[lttng-tools.git] / include / lttng / lttng.h
index ee749c1f6113c6f419ea71067d6b1775bdb4195f..280075037abdf9515111b90f4cb0756f33d752c3 100644 (file)
@@ -189,6 +189,7 @@ struct lttng_session {
        char name[NAME_MAX];
        /* The path where traces are written */
        char path[PATH_MAX];
+       uint32_t enabled;       /* enabled/started: 1, disabled/stopped: 0 */
 };
 
 /*
This page took 0.023272 seconds and 4 git commands to generate.