Fix: check the lttng-relayd protocol version
[babeltrace.git] / formats / lttng-live / lttng-live.h
index cf47437bbd03e83f55331d2637833c987d1ae7ec..d7b0e860b14786950ca5dee227447d6b8dd35a83 100644 (file)
@@ -37,6 +37,9 @@ struct lttng_live_ctx {
        char relay_hostname[NAME_MAX];
        int control_sock;
        int port;
+       /* Protocol version to use for this connection. */
+       uint32_t major;
+       uint32_t minor;
        struct lttng_live_session *session;
        struct bt_context *bt_ctx;
        GArray *session_ids;
This page took 0.02407 seconds and 4 git commands to generate.