Fix: meaningful error message
[lttng-tools.git] / src / common / sessiond-comm / sessiond-comm.h
index 31b7fe4661cbd1db37acb52013d31048b873df2e..472ca35d4446ead2215d7931e362dbf0da44e960 100644 (file)
@@ -151,6 +151,7 @@ enum lttcomm_return_code {
        CONSUMERD_SPLICE_EINVAL,                /* EINVAL from splice(2) */
        CONSUMERD_SPLICE_ENOMEM,                /* ENOMEM from splice(2) */
        CONSUMERD_SPLICE_ESPIPE,                /* ESPIPE from splice(2) */
+       LTTCOMM_NEED_ROOT_SESSIOND,             /* root sessiond is needed */
        /* MUST be last element */
        LTTCOMM_NR,                                             /* Last element */
 };
This page took 0.022832 seconds and 4 git commands to generate.