Fix: automatic enum value overwrites existing error code value
[lttng-tools.git] / include / lttng / save-internal.h
index aac213e03fefc94da9e69c5bae53de72411557e8..c5feb4af47113e2ea113b5a1f180a1b0b178fe52 100644 (file)
@@ -34,6 +34,10 @@ struct lttng_save_session_attr {
        char configuration_url[PATH_MAX];
        /* Overwrite the session configuration file if it exists. */
        uint8_t overwrite;
+       /* Omit the sessions' name(s). */
+       uint8_t omit_name;
+       /* Omit the sessions' output(s). */
+       uint8_t omit_output;
 } LTTNG_PACKED;
 
 #endif /* LTTNG_SAVE_INTERNAL_ABI_H */
This page took 0.02442 seconds and 5 git commands to generate.