Fix: signedness of the session live timer
[lttng-tools.git] / src / bin / lttng-sessiond / session.h
index 14ad7af0a8aac4aeb55fb3f444dd9bb3fe39e639..368b352fa22388c9edae452fda760535b767ccf5 100644 (file)
@@ -108,7 +108,7 @@ struct ltt_session {
        /*
         * Timer set when the session is created for live reading.
         */
-       int live_timer;
+       unsigned int live_timer;
 };
 
 /* Prototypes */
This page took 0.02323 seconds and 4 git commands to generate.