Add default lttng sessiond endpoint singleton
[lttng-tools.git] / include / lttng / lttng.h
index 966d593dd9c48eb9dd7cebdb8e6ac66bf5b48673..5478641b2eb66f0d6139281c2d4c7a61220f8cd4 100644 (file)
@@ -35,8 +35,6 @@
 #include <lttng/session.h>
 #include <lttng/snapshot.h>
 
-struct lttng_endpoint;
-
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -57,9 +55,6 @@ 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.024286 seconds and 5 git commands to generate.