Handle splice errors
[lttng-tools.git] / liblttsessiondcomm / liblttsessiondcomm.h
index 8e6a862efcdc6791cb100b8d8f070e9cdbe90997..580d4c2c75381fbe30220d7d2111be7d6c753057 100644 (file)
@@ -112,6 +112,10 @@ enum lttcomm_return_code {
        KCONSUMERD_EXIT_SUCCESS,                /* kconsumerd exiting normally */
        KCONSUMERD_EXIT_FAILURE,                /* kconsumerd exiting on error */
        KCONSUMERD_OUTFD_ERROR,                 /* error opening the tracefile */
+       KCONSUMERD_SPLICE_EBADF,                /* EBADF from splice(2) */
+       KCONSUMERD_SPLICE_EINVAL,               /* EINVAL from splice(2) */
+       KCONSUMERD_SPLICE_ENOMEM,               /* ENOMEM from splice(2) */
+       KCONSUMERD_SPLICE_ESPIPE,               /* ESPIPE from splice(2) */
        /* MUST be last element */
        LTTCOMM_NR,                                             /* Last element */
 };
This page took 0.022808 seconds and 4 git commands to generate.