Fix: auto load session in the auto/ directory
[lttng-tools.git] / src / common / config / config.h
index a11eec9c74a3ac6722ecfc899c2291b15693e41a..9a5671ab0c138cb9d7d76d95225f1af524810696 100644 (file)
@@ -199,12 +199,13 @@ int config_writer_write_element_string(struct config_writer *writer,
  * sessions from path if NULL.
  *
  * override Override current session configuration if it exists.
+ * autoload Tell to load the auto session(s).
  *
  * Returns zero if the session could be loaded successfully. Returns
  * a negative LTTNG_ERR code on error.
  */
 LTTNG_HIDDEN
 int config_load_session(const char *path, const char *session_name,
-               int override);
+               int override, unsigned int autoload);
 
 #endif /* _CONFIG_H */
This page took 0.023964 seconds and 4 git commands to generate.