X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fsessiond-comm%2Funix.h;h=34f156ffd46171298be768abafd1ebca899dcef0;hb=76f66f6356f4ad6bebc7b69b3856d2529c102106;hp=19b91ce40e0dcb689529e886f6737ac9664b8fe8;hpb=0d37f2bce95a09b86a1afde525c429d0ae7d19e9;p=lttng-tools.git 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 */