X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=libustcmd%2Fustcmd.h;h=2e40d72ff75c1a9c35208f888c73fcb0dbeb2e21;hb=b9318b35947bbd6d3b2998b28d974c5e5bfabcf6;hp=06e534526404bf343e3369dff25af92f6e5bb962;hpb=b2fb2f91912b59447459eecc4b41baf8154be1bf;p=ust.git diff --git a/libustcmd/ustcmd.h b/libustcmd/ustcmd.h index 06e5345..2e40d72 100644 --- a/libustcmd/ustcmd.h +++ b/libustcmd/ustcmd.h @@ -64,5 +64,6 @@ 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 */