Add snapshot command to lttng UI
[lttng-tools.git] / src / bin / lttng-sessiond / session.h
index a56473783fb7d5f8f93ef11f50a40f628eaf35e5..a0b24b2d70259af1afc4067518ffcf78b9fb094d 100644 (file)
@@ -56,7 +56,6 @@ struct ltt_session_list {
  */
 struct ltt_session {
        char name[NAME_MAX];
-       char path[PATH_MAX];
        struct ltt_kernel_session *kernel_session;
        struct ltt_ust_session *ust_session;
        /*
@@ -86,13 +85,10 @@ struct ltt_session {
 
        /* Did a start command occured before the kern/ust session creation? */
        unsigned int started;
-       /* Procotol version to use with the relayd */
-       uint32_t major;
-       uint32_t minor;
 };
 
 /* Prototypes */
-int session_create(char *name, char *path, uid_t uid, gid_t gid);
+int session_create(char *name, uid_t uid, gid_t gid);
 int session_destroy(struct ltt_session *session);
 
 void session_lock(struct ltt_session *session);
This page took 0.023267 seconds and 4 git commands to generate.