[sgen] Jobs for scanning from registered roots.
[mono.git] / mono / io-layer / socket-private.h
index 47f14c1315f45e7dc8a3bef5979ebe69420fb809..db210e2356827dcbe42d4ee0c6213fa0bbdafee2 100644 (file)
@@ -17,12 +17,11 @@ extern struct _WapiHandleOps _wapi_socket_ops;
 
 struct _WapiHandle_socket
 {
-       int dummy;
-};
-
-struct _WapiHandlePrivate_socket
-{
-       int fd;
+       int domain;
+       int type;
+       int protocol;
+       int saved_error;
+       int still_readable;
 };
 
 #endif /* _WAPI_SOCKET_PRIVATE_H_ */