X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fsession.h;h=ebb65bfd833836ab6a648aaacd22ae672fbe91bd;hb=00e2e675d54dc726a7c8f8887c889cc8ef022003;hp=8294a83fdc0d9852f4f91276a46ae295d251c42a;hpb=b8aa16822f579a6e15b41d2761801a0a65d5f2a5;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/session.h b/src/bin/lttng-sessiond/session.h index 8294a83fd..ebb65bfd8 100644 --- a/src/bin/lttng-sessiond/session.h +++ b/src/bin/lttng-sessiond/session.h @@ -70,6 +70,18 @@ struct ltt_session { /* UID/GID of the user owning the session */ uid_t uid; gid_t gid; + /* + * Network session handle. A value of 0 means that there is no remote + * session established. + */ + uint64_t net_handle; + /* + * This consumer is only set when the create_session_uri call is made. + * This contains the temporary information for a consumer output. Upon + * creation of the UST or kernel session, this consumer, if available, is + * copied into those sessions. + */ + struct consumer_output *consumer; }; /* Prototypes */