Clean-up: replace uses of `int enabled` with boolean flags
[lttng-tools.git] / src / bin / lttng-sessiond / consumer.hpp
index 6851edbf6c8e5dbd82c09b44f8f6ee296780f049..6875360e6089d06b870bae7d7a82f27607257e97 100644 (file)
@@ -147,7 +147,7 @@ struct consumer_output {
        struct urcu_ref ref;    /* Refcount */
 
        /* If the consumer is enabled meaning that should be used */
-       unsigned int enabled;
+       bool enabled;
        enum consumer_dst_type type;
 
        /*
This page took 0.022926 seconds and 4 git commands to generate.