X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-app.h;h=78381dd6c2b247730f9f5cc9fb88b757eedaad16;hb=45f862caefe6a5401f7d5989c38ccd51abdcf488;hp=a3440e21c4ebd41ab208091b4aaa383d7861c31d;hpb=23317cabd511932cc1aa0afb56f741b09f218f68;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/ust-app.h b/src/bin/lttng-sessiond/ust-app.h index a3440e21c..78381dd6c 100644 --- a/src/bin/lttng-sessiond/ust-app.h +++ b/src/bin/lttng-sessiond/ust-app.h @@ -183,6 +183,8 @@ struct ust_app_session { int started; /* allows detection of start vs restart. */ int handle; /* used has unique identifier for app session */ + bool deleted; /* Session deleted flag. Check with lock held. */ + /* * Tracing session ID. Multiple ust app session can have the same tracing * session id making this value NOT unique to the object.