X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fconf.h;h=2cb04b0c7f2c23b0cb6305c869137e9e60d1b404;hp=1c471dae3c0990eff7cc2ececbbb81a474cb830c;hb=d6a07e7da56c327a0c22c9113a0a9fa7bf8197c6;hpb=6775595e33fcf411716849374390e5f8179c8735 diff --git a/src/bin/lttng/conf.h b/src/bin/lttng/conf.h index 1c471dae3..2cb04b0c7 100644 --- a/src/bin/lttng/conf.h +++ b/src/bin/lttng/conf.h @@ -21,6 +21,8 @@ #define CONFIG_FILENAME ".lttngrc" void config_destroy(char *path); +void config_destroy_default(void); +int config_exists(const char *path); int config_init(char *path); int config_add_session_name(char *path, char *name); char *config_get_default_path(void);