delay jni init til the firt NewGlobalRef call
[cacao.git] / nat / gnu_java_nio_FileLockImpl.h
1 /* This file is machine generated, don't edit it !*/
2
3 #ifndef _GNU_JAVA_NIO_FILELOCKIMPL_H
4 #define _GNU_JAVA_NIO_FILELOCKIMPL_H
5
6 /* Structure information for class: gnu/java/nio/FileLockImpl */
7
8 typedef struct gnu_java_nio_FileLockImpl {
9    java_objectheader header;
10    struct java_nio_channels_FileChannel* channel;
11    s8 position;
12    s8 size;
13    s4 shared;
14    struct gnu_java_nio_channels_FileChannelImpl* ch;
15 } gnu_java_nio_FileLockImpl;
16
17 #endif
18