X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fsession.h;h=6a0da6c164f95a48b15a2e0250611d77a0dcf2ec;hb=e7ab49a85e4e5c5749949191bdeefa21a9aef9b1;hp=ec03029205163cd5e230337850fed5a88edcad63;hpb=99d688f2849a22589351cf353edce0c756cddb74;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/session.h b/src/bin/lttng-sessiond/session.h index ec0302920..6a0da6c16 100644 --- a/src/bin/lttng-sessiond/session.h +++ b/src/bin/lttng-sessiond/session.h @@ -81,6 +81,8 @@ struct ltt_session { pthread_mutex_t lock; struct cds_list_head list; uint64_t id; /* session unique identifier */ + /* Indicates if the session has been added to the session list and ht.*/ + bool published; /* Indicates if a destroy command has been applied to this session. */ bool destroyed; /* UID/GID of the user owning the session */