Fix: use signed variable for refcounting of consumer_relayd_sock_pair
[lttng-tools.git] / src / common / consumer / consumer.h
index b8d45cef154166ff657cd93ee735ad9c34570d22..322f1e64d81871d34d58fcdb4a4b96fcfd517f56 100644 (file)
@@ -429,7 +429,7 @@ struct consumer_relayd_sock_pair {
        /* Network sequence number. */
        uint64_t net_seq_idx;
        /* Number of stream associated with this relayd */
-       unsigned int refcount;
+       int refcount;
 
        /*
         * This flag indicates whether or not we should destroy this object. The
This page took 0.024857 seconds and 5 git commands to generate.