Add cleanup function for UST app
[lttng-tools.git] / lttng-sessiond / ust-app.h
index bcde8bc9cd326e4b5de5a025c58dd130ccff43b8..a69ed845162ac71adb7ca88f1aee70e9a9b1f35b 100644 (file)
@@ -97,6 +97,7 @@ struct ust_app {
        struct cds_lfht *sessions;
        struct cds_lfht_node node;
        struct ust_app_key key;
+       int sock_closed;
 };
 
 #ifdef HAVE_LIBLTTNG_UST_CTL
This page took 0.022974 seconds and 4 git commands to generate.