[mini] Add new JIT flag JIT_FLAG_DISCARD_RESULTS to reduce the noise when profiling...
[mono.git] / mono / io-layer / socket-private.h
index b73731905419d0dfbb2deb68b5c77c906a3ad157..31bbfe33c89c995c8eaed0b5428b78268b362b1e 100644 (file)
@@ -13,7 +13,7 @@
 #include <config.h>
 #include <glib.h>
 
-extern struct _WapiHandleOps _wapi_socket_ops;
+#include "wapi-private.h"
 
 struct _WapiHandle_socket
 {
@@ -21,6 +21,10 @@ struct _WapiHandle_socket
        int type;
        int protocol;
        int saved_error;
+       int still_readable;
 };
 
+void
+_wapi_socket_init (void);
+
 #endif /* _WAPI_SOCKET_PRIVATE_H_ */