Fix: sessiond: acquire session list lock when updating event notifiers
[lttng-tools.git] / src / bin / lttng-sessiond / session.h
index 9b790c1fe94df7911db72b2f9674eee7a089b138..5ff20ad412eea13c1cdde2e0aa4c6e9202d37399 100644 (file)
@@ -206,7 +206,7 @@ void session_unlock(struct ltt_session *session);
  * also used as a multi-session lock when synchronizing newly-registered
  * 'user space tracer' and 'agent' applications.
  *
- * In other words, it prevents session configurations from changing while they
+ * In other words, it prevents tracer configurations from changing while they
  * are being transmitted to the various applications.
  */
 void session_lock_list(void);
This page took 0.022971 seconds and 4 git commands to generate.