X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Fust-comm.h;fp=include%2Fust-comm.h;h=1fb5796f3a9a6d668c316bd737fe81afd8e17b40;hb=27d8df8abdd6b40203be18365146889d88a28e11;hp=b9bbb39bbbeeea702d045e818096b5a188960417;hpb=18f50698292ff3b917e715922cb12626212b138f;p=lttng-ust.git diff --git a/include/ust-comm.h b/include/ust-comm.h index b9bbb39b..1fb5796f 100644 --- a/include/ust-comm.h +++ b/include/ust-comm.h @@ -170,7 +170,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);