SoW-2020-0003: Trace Hit Counters
[lttng-tools.git] / src / bin / lttng-sessiond / session.h
index 9b790c1fe94df7911db72b2f9674eee7a089b138..3c6c34792d9e733ebfc9121ae83602a5757b956d 100644 (file)
@@ -206,10 +206,11 @@ 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);
+
 int session_trylock_list(void);
 void session_unlock_list(void);
 
This page took 0.023866 seconds and 5 git commands to generate.