Fix: Add timeout on notification socket
[lttng-ust.git] / include / ust-comm.h
index 97141160fc32dd6babd9a8614cc6462db1b9a892..c3564dc66a6baa1692bdd9130e6a04877a825cfd 100644 (file)
@@ -230,4 +230,7 @@ int ustcomm_register_channel(int sock,
        uint32_t *chan_id,              /* channel id (output) */
        int *header_type);              /* header type (output) */
 
+int ustcomm_setsockopt_rcv_timeout(int sock, unsigned int msec);
+int ustcomm_setsockopt_snd_timeout(int sock, unsigned int msec);
+
 #endif /* _LTTNG_UST_COMM_H */
This page took 0.023333 seconds and 4 git commands to generate.