Cleanup: jul.h include guards
[lttng-tools.git] / src / bin / lttng-sessiond / jul.h
index 1e32ea5558e9f756542c57d2a6a158c9ed03a815..72ca91c72bc52699aa4d413fac7cb7faad88087a 100644 (file)
@@ -15,8 +15,8 @@
  * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#ifndef _JUL_H
-#define _JUL_H
+#ifndef LTTNG_SESSIOND_JUL_H
+#define LTTNG_SESSIOND_JUL_H
 
 #define _GNU_SOURCE
 #include <inttypes.h>
@@ -39,8 +39,9 @@ struct jul_register_msg {
 };
 
 /*
- * JUL application object created after a successful registration. This object
- * is kept inside an UST app.
+ * JUL application object created after a successful registration. This
+ * object is linked to its associated UST app by their PID through hash
+ * table lookups.
  */
 struct jul_app {
        /*
@@ -133,4 +134,4 @@ int jul_disable_event(struct jul_event *event);
 void jul_update(struct jul_domain *domain, int sock);
 int jul_list_events(struct lttng_event **events);
 
-#endif /* _JUL_H */
+#endif /* LTTNG_SESSIOND_JUL_H */
This page took 0.025654 seconds and 4 git commands to generate.