Remove session list lock acquisition of the search
[lttng-tools.git] / ltt-sessiond / session.h
index 2f40f585d47f73b06c790577b98da7ed23e1677b..7db95ed1d6360b477030d26209c5b518c4d90cf7 100644 (file)
@@ -56,8 +56,8 @@ struct ltt_session_list {
  * session for both LTTng and UST.
  */
 struct ltt_session {
-       char *name;
-       char *path;
+       char name[NAME_MAX];
+       char path[PATH_MAX];
        struct ltt_kernel_session *kernel_session;
        struct ltt_ust_session_list ust_session_list;
        /*
This page took 0.023204 seconds and 4 git commands to generate.