X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng-ust-comm.h;h=b594367ddd3b6a65c9f5fb1ccdc7e1a6b09b9f8e;hb=1ea11eab9f65504b2d217ef16f53f52ff941c630;hp=6914cc2a4dbad8dd43dbcb1108fb383c21be56f9;hpb=b35d179d7be2ab0cb4a9c698b86d78928089fc39;p=lttng-ust.git diff --git a/include/lttng-ust-comm.h b/include/lttng-ust-comm.h index 6914cc2a..b594367d 100644 --- a/include/lttng-ust-comm.h +++ b/include/lttng-ust-comm.h @@ -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, };