Fix: automatic enum value overwrites existing error code value
[lttng-tools.git] / include / lttng / save-internal.h
index e2528be641d53dacf99d84db760c036f5f918c87..c5feb4af47113e2ea113b5a1f180a1b0b178fe52 100644 (file)
@@ -33,7 +33,11 @@ struct lttng_save_session_attr {
        /* Destination of the session configuration. See lttng(1) for URL format. */
        char configuration_url[PATH_MAX];
        /* Overwrite the session configuration file if it exists. */
-       uint32_t overwrite;
+       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.024317 seconds and 5 git commands to generate.