diff options
Diffstat (limited to 'src/junit/com/jogamp')
-rw-r--r-- | src/junit/com/jogamp/gluegen/test/junit/generation/test2.cfg | 1 | ||||
-rw-r--r-- | src/junit/com/jogamp/gluegen/test/junit/generation/test2.h | 8 |
2 files changed, 4 insertions, 5 deletions
diff --git a/src/junit/com/jogamp/gluegen/test/junit/generation/test2.cfg b/src/junit/com/jogamp/gluegen/test/junit/generation/test2.cfg index 4ca9ae5..7c31341 100644 --- a/src/junit/com/jogamp/gluegen/test/junit/generation/test2.cfg +++ b/src/junit/com/jogamp/gluegen/test/junit/generation/test2.cfg @@ -20,6 +20,7 @@ ForceProcAddressGen __ALL__ # LocalProcAddressCallingConvention __ALL__ MYAPIENTRY Opaque long void* +Opaque long T2_Anonymous* EmitStruct T2_ThreadAffinity StructPackage T2_ThreadAffinity com.jogamp.gluegen.test.junit.generation diff --git a/src/junit/com/jogamp/gluegen/test/junit/generation/test2.h b/src/junit/com/jogamp/gluegen/test/junit/generation/test2.h index cf0808d..0817dd9 100644 --- a/src/junit/com/jogamp/gluegen/test/junit/generation/test2.h +++ b/src/junit/com/jogamp/gluegen/test/junit/generation/test2.h @@ -2,14 +2,12 @@ #include <gluegen_stdint.h> #include <gluegen_stddef.h> +typedef struct T2_Anonymous* T2_AnonPtr; + typedef struct { int32_t ApiVersion; uint64_t NetworkWork; - uint64_t StorageIo; - uint64_t WebSocketIo; - uint64_t P2PIo; - uint64_t HttpRequestIo; - uint64_t RTCIo; + T2_AnonPtr anonPtr; } T2_ThreadAffinity; typedef struct { |