Rename override to overwrite for config_load_session
[lttng-tools.git] / src / common / config / session-config.h
index 939cb6cbf0ff1cd4e76e2c819ffc2e178e241bbd..c4e4797e5c7c0fcf6166126ee6cdd4839cda16aa 100644 (file)
@@ -215,7 +215,7 @@ int config_writer_write_element_string(struct config_writer *writer,
  * session_name Name of the session to load. Will load all
  * sessions from path if NULL.
  *
- * override Override current session configuration if it exists.
+ * overwrite Overwrite current session configuration if it exists.
  * autoload Tell to load the auto session(s).
  *
  * Returns zero if the session could be loaded successfully. Returns
@@ -223,6 +223,6 @@ int config_writer_write_element_string(struct config_writer *writer,
  */
 LTTNG_HIDDEN
 int config_load_session(const char *path, const char *session_name,
-               int override, unsigned int autoload);
+               int overwrite, unsigned int autoload);
 
 #endif /* _CONFIG_H */
This page took 0.023665 seconds and 4 git commands to generate.