Refactor JUL to agent namespace
[lttng-tools.git] / src / bin / lttng-sessiond / trace-ust.h
index 86f8d40b1de0d6d96850621bca1a2a6bcefb80b0..d58e37121696e3a4fda50fe0990316de7950229b 100644 (file)
@@ -27,7 +27,7 @@
 #include <common/defaults.h>
 
 #include "consumer.h"
-#include "jul.h"
+#include "agent.h"
 #include "ust-ctl.h"
 
 struct ltt_ust_ht_key {
@@ -78,7 +78,7 @@ struct ltt_ust_domain_global {
 struct ltt_ust_session {
        uint64_t id;    /* Unique identifier of session */
        struct ltt_ust_domain_global domain_global;
-       struct jul_domain domain_jul;
+       struct agent agent;
        /* UID/GID of the user owning the session */
        uid_t uid;
        gid_t gid;
This page took 0.024204 seconds and 5 git commands to generate.