X-Git-Url: http://git.lttng.org/?p=ust.git;a=blobdiff_plain;f=libustcomm%2Fustcomm.h;h=721d1ab08ce66cf7ebcdd5ef6021f4e5fc9f0f07;hp=7eb8df69ff4591a2f6dba5199015698afc60862f;hb=f3b9955d630dabdd0a297c12b53d3c3055dc8599;hpb=dc2848112a55ee60632491148089cc60984f683d diff --git a/libustcomm/ustcomm.h b/libustcomm/ustcomm.h index 7eb8df6..721d1ab 100644 --- a/libustcomm/ustcomm.h +++ b/libustcomm/ustcomm.h @@ -68,7 +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, int keep_socket_file); -extern void ustcomm_free_app(struct ustcomm_app *app); +extern void ustcomm_fini_ustd(struct ustcomm_ustd *handle); extern int ustcomm_init_ustd(struct ustcomm_ustd *handle, const char *sock_path);