Add snapshot mode to lttng list session
[lttng-tools.git] / include / lttng / lttng.h
index 9e3924e67656bf174dc373beb689078d715bc510..4ffffd84ff237bedddbf1bbc27c325c32136b521 100644 (file)
@@ -326,12 +326,13 @@ struct lttng_calibrate {
  *
  * The structures should be initialized to zero before use.
  */
-#define LTTNG_SESSION_PADDING1             16
+#define LTTNG_SESSION_PADDING1             12
 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 */
+       uint32_t snapshot_mode;
 
        char padding[LTTNG_SESSION_PADDING1];
 };
This page took 0.023483 seconds and 4 git commands to generate.