X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libustcomm%2Fustcomm.h;h=b7d8839928dd75f6f345f150e3182a15c8758075;hb=99b72dc0657875cee4a10bf4c855e99a1b1d1f9c;hp=76209406baecc7abbb6c253aca7f875a58ca679e;hpb=a327294108470b94873a0c248fc02811db98fd64;p=ust.git diff --git a/libustcomm/ustcomm.h b/libustcomm/ustcomm.h index 7620940..b7d8839 100644 --- a/libustcomm/ustcomm.h +++ b/libustcomm/ustcomm.h @@ -71,6 +71,7 @@ extern int ustcomm_connect_path(const char *path, struct ustcomm_connection *con extern int ustcomm_send_request(struct ustcomm_connection *conn, const char *req, char **reply); extern int ustcomm_send_reply(struct ustcomm_server *server, char *msg, struct ustcomm_source *src); extern int ustcomm_disconnect(struct ustcomm_connection *conn); +extern int ustcomm_close_all_connections(struct ustcomm_server *server); extern int nth_token_is(char *str, char *token, int tok_no);