Add notification, trigger, action, condition and evaluation API
[lttng-tools.git] / include / lttng / lttng.h
index 5478641b2eb66f0d6139281c2d4c7a61220f8cd4..966d593dd9c48eb9dd7cebdb8e6ac66bf5b48673 100644 (file)
@@ -35,6 +35,8 @@
 #include <lttng/session.h>
 #include <lttng/snapshot.h>
 
+struct lttng_endpoint;
+
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -55,6 +57,9 @@ struct lttng_calibrate {
        char padding[LTTNG_CALIBRATE_PADDING1];
 };
 
+/* Default LTTng session daemon endpoint. */
+extern struct lttng_endpoint *session_daemon_endpoint;
+
 /*
  * Check if a session daemon is alive.
  *
This page took 0.025053 seconds and 5 git commands to generate.