X-Git-Url: http://git.lttng.org/?p=ust.git;a=blobdiff_plain;f=libustcmd%2Fustcmd.h;h=06e534526404bf343e3369dff25af92f6e5bb962;hp=c9ecb008fbee5e3c4a726fa76f0e5abfb9493a27;hb=b2fb2f91912b59447459eecc4b41baf8154be1bf;hpb=a09dac63957396890b1085cac0fee92ecc5db87a diff --git a/libustcmd/ustcmd.h b/libustcmd/ustcmd.h index c9ecb00..06e5345 100644 --- a/libustcmd/ustcmd.h +++ b/libustcmd/ustcmd.h @@ -62,5 +62,7 @@ extern int ustcmd_free_cmsf(struct marker_status *); extern unsigned int ustcmd_count_nl(const char *); extern int ustcmd_send_cmd(const char *, pid_t, char **); extern int ustcmd_get_cmsf(struct marker_status **, pid_t); +extern int ustcmd_set_sock_path(const char *, pid_t); +extern int ustcmd_get_sock_path(char **, pid_t); #endif /* _USTCMD_H */