X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fsessiond-comm%2Funix.h;fp=src%2Fcommon%2Fsessiond-comm%2Funix.h;h=34f156ffd46171298be768abafd1ebca899dcef0;hp=19b91ce40e0dcb689529e886f6737ac9664b8fe8;hb=ae9e45b342636e7b42eafc15cd105bccfbbbe373;hpb=2d90c6c86651b4c9b3818f230508acfcf4fec66f diff --git a/src/common/sessiond-comm/unix.h b/src/common/sessiond-comm/unix.h index 19b91ce40..34f156ffd 100644 --- a/src/common/sessiond-comm/unix.h +++ b/src/common/sessiond-comm/unix.h @@ -45,5 +45,7 @@ extern ssize_t lttcomm_recv_creds_unix_sock(int sock, void *buf, size_t len, lttng_sock_cred *creds); extern int lttcomm_setsockopt_creds_unix_sock(int sock); +extern int lttcomm_setsockopt_rcv_timeout(int sock, unsigned int sec); +extern int lttcomm_setsockopt_snd_timeout(int sock, unsigned int sec); #endif /* _LTTCOMM_UNIX_H */