Session create/release tested.
[lttng-ust.git] / include / lttng-ust-comm.h
index 6914cc2a4dbad8dd43dbcb1108fb383c21be56f9..b594367ddd3b6a65c9f5fb1ccdc7e1a6b09b9f8e 100644 (file)
@@ -48,7 +48,6 @@
 
 enum lttcomm_ust_command {
        UST_CREATE_SESSION,
-       UST_RELEASE_SESSION,
        UST_VERSION,
        UST_LIST_TRACEPOINTS,
        UST_WAIT_QUIESCENT,
@@ -57,21 +56,18 @@ enum lttcomm_ust_command {
        /* Apply on session handle */
        UST_METADATA,   /* release with UST_RELEASE_CHANNEL */
        UST_CHANNEL,
-       UST_RELEASE_CHANNEL,
        UST_SESSION_START,
        UST_SESSION_STOP,
 
        /* Apply on channel handle */
        UST_STREAM,
-       UST_RELEASE_STREAM,
        UST_EVENT,
-       UST_RELEASE_EVENT,
 
        /* Apply on event and channel handle */
        UST_CONTEXT,
-       UST_RELEASE_CONTEXT,
 
        /* Apply on event, channel and session handle */
+       UST_RELEASE,
        UST_ENABLE,
        UST_DISABLE,
 };
This page took 0.025613 seconds and 4 git commands to generate.