X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Futils.h;h=5cbf7487ff5abb7a1b7e3cbbdcdfab550e754b5b;hb=3c3390532736cfb5198f863d0d2b218e21fcf76d;hp=b7e0a4fdec0404360f0f8572805e15b898c0e465;hpb=ff9fe3137fc1aec6e18ebbf7c218907698206e7d;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/utils.h b/src/bin/lttng-sessiond/utils.h index b7e0a4fde..5cbf7487f 100644 --- a/src/bin/lttng-sessiond/utils.h +++ b/src/bin/lttng-sessiond/utils.h @@ -14,7 +14,6 @@ struct consumer_output; const char *get_home_dir(void); int notify_thread_pipe(int wpipe); -void ht_cleanup_push(struct lttng_ht *ht); int loglevels_match(int a_loglevel_type, int a_loglevel_value, int b_loglevel_type, int b_loglevel_value, int loglevel_all_type); const char *session_get_base_path(const struct ltt_session *session);