Fix: deny the same port for data and control URL
[lttng-tools.git] / include / lttng / lttng-error.h
index 4e9b37f6c738eb86569fd500957c9909ee0489b8..be96d9f61f7b8d53cd42bb5a54bd5f7cd5f9dab1 100644 (file)
@@ -56,7 +56,7 @@ enum lttng_error_code {
        LTTNG_ERR_SESS_NOT_FOUND         = 23,  /* Session by name not found */
        LTTNG_ERR_BUFFER_TYPE_MISMATCH   = 24,  /* Buffer type mismatched. */
        LTTNG_ERR_FATAL                  = 25,  /* Fatal error */
-       /* 26 */
+       LTTNG_ERR_NOMEM                  = 26,  /* Not enough memory. */
        LTTNG_ERR_SELECT_SESS            = 27,  /* Must select a session */
        LTTNG_ERR_EXIST_SESS             = 28,  /* Session name already exist */
        LTTNG_ERR_NO_EVENT               = 29,  /* No event found */
This page took 0.023755 seconds and 4 git commands to generate.