Port: Add winsock support to live for mingw
[babeltrace.git] / plugins / ctf / lttng-live / viewer-connection.h
index db9554d749d612f991a2215227ea6ebdf8694185..bb9c2852f023055832e2e613774b37551d2d5ab8 100644 (file)
@@ -27,6 +27,7 @@
 #include <glib.h>
 
 #include <babeltrace/babeltrace-internal.h>
+#include <babeltrace/compat/socket-internal.h>
 
 //TODO: this should not be used by plugins. Should copy code into plugin
 //instead.
@@ -48,7 +49,7 @@ struct bt_live_viewer_connection {
        GString *target_hostname;
        GString *session_name;
 
-       int control_sock;
+       BT_SOCKET control_sock;
        int port;
 
        int32_t major;
This page took 0.023929 seconds and 4 git commands to generate.