Remove assert from kconsumerd (multi-fd handling is ok)
[lttng-tools.git] / liblttsessiondcomm / liblttsessiondcomm.c
index 253e63545addf17710baeecc679d37fa05d11aae..9313a34c5d57eba26190e0b07075dea2d7c1ab1b 100644 (file)
@@ -299,8 +299,8 @@ ssize_t lttcomm_send_fds_unix_sock(int sock, void *buf, int *fds, size_t nb_fd,
        char tmp[CMSG_SPACE(sizeof_fds)];
 
        /*
-        * Note: the consumerd receiver only supports receiving one FD at a
-        * time for now.
+        * Note: the consumerd receiver only supports receiving one FD per
+        * message.
         */
        assert(nb_fd == 1);
 
This page took 0.02255 seconds and 4 git commands to generate.