X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-app.h;h=b62e218a03a74842d8bcf08dc3dbef0471f6f01e;hp=aa66059adafb5aaa2d0270f0f0634ca3414b34b6;hb=b161602a7c4040228777c01342ba5ed7737e7df0;hpb=755066c271c15091a9fad9e065a05970733f5593 diff --git a/src/bin/lttng-sessiond/ust-app.h b/src/bin/lttng-sessiond/ust-app.h index aa66059ad..b62e218a0 100644 --- a/src/bin/lttng-sessiond/ust-app.h +++ b/src/bin/lttng-sessiond/ust-app.h @@ -182,6 +182,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.