Fix create trace using the current session
[lttng-tools.git] / liblttsessiondcomm / liblttsessiondcomm.h
index 83dcdc377ddbeaeebcc7eb35d8a54389185efc99..540241a62df1078c4109d15c83d58d86757b552f 100644 (file)
@@ -76,6 +76,8 @@ enum lttcomm_return_code {
        LTTCOMM_NO_APPS,                /* No traceable application */
        LTTCOMM_NO_SESS,                /* No sessions available */
        LTTCOMM_FATAL,                  /* Session daemon had a fatal error */
+       LTTCOMM_NO_TRACEABLE,   /* Error for non traceable app */
+       LTTCOMM_SELECT_SESS,    /* Must select a session */
        LTTCOMM_NR,                             /* Last element */
 };
 
This page took 0.024882 seconds and 4 git commands to generate.