X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=libustcomm%2Fustcomm.h;h=05d90ebc0f02c2bd2634024d6824f398b098e77b;hb=393bc3911a4d704f85d6331aca2fb4a5b57b5e8a;hp=a554678c999c9284e84740ac72a35d35900fd8eb;hpb=cedc01558f93f0d28c027a4d99bbe3e364ca4b97;p=ust.git diff --git a/libustcomm/ustcomm.h b/libustcomm/ustcomm.h index a554678..05d90eb 100644 --- a/libustcomm/ustcomm.h +++ b/libustcomm/ustcomm.h @@ -68,6 +68,7 @@ extern int ustcomm_app_recv_message(struct ustcomm_app *app, char **msg, struct extern int ustcomm_init_app(pid_t pid, struct ustcomm_app *handle); extern void ustcomm_fini_app(struct ustcomm_app *handle); +extern void ustcomm_free_app(struct ustcomm_app *app); extern int ustcomm_init_ustd(struct ustcomm_ustd *handle, const char *sock_path);