Basic hashtable support for UST
[lttng-tools.git] / tests / test_sessions.c
index 3e9bbbbb5ae64307d1c020beee2e529593c48acf..461a33c1e23a852255ff71a65bfc757a45abcf38 100644 (file)
@@ -26,7 +26,8 @@
 #include <time.h>
 
 #include <lttng-sessiond-comm.h>
-#include "ltt-sessiond/session.h"
+
+#include <ltt-sessiond/session.h>
 #include "utils.h"
 
 #define SESSION1 "test1"
@@ -263,7 +264,6 @@ int main(int argc, char **argv)
        }
        /* Basic init session values */
        assert(tmp->kernel_session == NULL);
-       assert(tmp->ust_session_list.count == 0);
        assert(strlen(tmp->path));
        assert(strlen(tmp->name));
        session_lock(tmp);
This page took 0.023703 seconds and 5 git commands to generate.