Fix loglevel handling in test case (API change) and lttng command
[lttng-tools.git] / src / bin / lttng-sessiond / main.c
index 8e4afb00ba0827295d86f53ed728763eb5ebe463..2aa93e63e915d8e0b03357f815ad7c3f3d13f766 100644 (file)
@@ -2426,12 +2426,6 @@ error:
 
 /*
  * Command LTTNG_ENABLE_EVENT processed by the client thread.
- *
- * TODO: currently, both events and loglevels are kept within the same
- * namespace for UST global registry/app registery, so if an event
- * happen to have the same name as the loglevel (very unlikely though),
- * and an attempt is made to enable/disable both in the same session,
- * the first to be created will be the only one allowed to exist.
  */
 static int cmd_enable_event(struct ltt_session *session, int domain,
                char *channel_name, struct lttng_event *event)
This page took 0.022669 seconds and 4 git commands to generate.