X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fust-comm.h;fp=include%2Fust-comm.h;h=6a08b306b1b9ade6b44cf722d8b3d26a73281600;hb=451d66b27efb332bd16f79dcee374b6a2c85186f;hp=fb0c0bbc773b854bfc97af19b93a18e5e7c1b914;hpb=c362addf1c50e1d3202a26ff96738b71b4f9a531;p=lttng-ust.git diff --git a/include/ust-comm.h b/include/ust-comm.h index fb0c0bbc..6a08b306 100644 --- a/include/ust-comm.h +++ b/include/ust-comm.h @@ -190,7 +190,8 @@ struct ustcomm_notify_channel_reply { */ extern int ustcomm_create_unix_sock(const char *pathname); -extern int ustcomm_connect_unix_sock(const char *pathname); +extern int ustcomm_connect_unix_sock(const char *pathname, + long timeout); extern int ustcomm_accept_unix_sock(int sock); extern int ustcomm_listen_unix_sock(int sock); extern int ustcomm_close_unix_sock(int sock);