Implement the relayd live features
[lttng-tools.git] / src / bin / lttng-sessiond / session.h
index 2bd2fd0bab5facdec136f7e0a9558c46cf2e502d..de98bde514f4e62d56984faa455d7905f1dd3325 100644 (file)
@@ -59,6 +59,8 @@ struct ltt_session_list {
  */
 struct ltt_session {
        char name[NAME_MAX];
+       /* FIXME : size */
+       char hostname[PATH_MAX]; /* local hostname, FIXME : could be useful to have that user defined too */
        struct ltt_kernel_session *kernel_session;
        struct ltt_ust_session *ust_session;
        /*
This page took 0.031304 seconds and 4 git commands to generate.