X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=libustcmd%2Fustcmd.h;h=2e40d72ff75c1a9c35208f888c73fcb0dbeb2e21;hb=b9318b35947bbd6d3b2998b28d974c5e5bfabcf6;hp=c9ecb008fbee5e3c4a726fa76f0e5abfb9493a27;hpb=a09dac63957396890b1085cac0fee92ecc5db87a;p=ust.git diff --git a/libustcmd/ustcmd.h b/libustcmd/ustcmd.h index c9ecb00..2e40d72 100644 --- a/libustcmd/ustcmd.h +++ b/libustcmd/ustcmd.h @@ -62,5 +62,8 @@ 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); +extern int ustcmd_force_switch(pid_t); #endif /* _USTCMD_H */