Fix: consumerd errors on exit
[lttng-tools.git] / src / common / consumer.h
index 84ef2719d47e55eb7abc8626cdf37b3a11da525c..7485e65b259d4b855c301405425225a462b5e0bf 100644 (file)
@@ -41,7 +41,7 @@ enum lttng_consumer_command {
        /* pause, delete, active depending on fd state */
        LTTNG_CONSUMER_UPDATE_STREAM,
        /* inform the consumer to quit when all fd has hang up */
-       LTTNG_CONSUMER_STOP,
+       LTTNG_CONSUMER_STOP,    /* deprecated */
        LTTNG_CONSUMER_ADD_RELAYD_SOCKET,
        /* Inform the consumer to kill a specific relayd connection */
        LTTNG_CONSUMER_DESTROY_RELAYD,
This page took 0.02281 seconds and 4 git commands to generate.