Major file restructuring.
[cacao.git] / nat / SocketImpl.h
1 /* This file is machine generated, don't edit it !*/
2
3 /* Structure information for class: java/net/SocketImpl */
4
5 typedef struct java_net_SocketImpl {
6    java_objectheader header;
7    struct java_io_FileDescriptor* fd;
8    struct java_net_InetAddress* address;
9    s4 port;
10    s4 localport;
11 } java_net_SocketImpl;
12