Print real addresses instead of method byte offset. So we can find
[cacao.git] / nat / java_net_SocketImpl.h
1 /* This file is machine generated, don't edit it !*/
2
3 #ifndef _JAVA_NET_SOCKETIMPL_H
4 #define _JAVA_NET_SOCKETIMPL_H
5
6 /* Structure information for class: java/net/SocketImpl */
7
8 typedef struct java_net_SocketImpl {
9    java_objectheader header;
10    struct java_net_InetAddress* address;
11    struct java_io_FileDescriptor* fd;
12    s4 localport;
13    s4 port;
14 } java_net_SocketImpl;
15
16 #endif
17