mirror of
https://github.com/Ed94/perfaware.git
synced 2026-09-14 03:39:23 +00:00
working on serializer
This commit is contained in:
+3
-3
@@ -24,9 +24,9 @@ RO_ global U1 x8616_decode_payload_bytes[] = {
|
||||
};
|
||||
|
||||
typedef Struct_(X8616_DecodePlex) {
|
||||
U1 const* source;
|
||||
U4 source_size;
|
||||
U4 source_offset;
|
||||
U1* source;
|
||||
U4 source_size;
|
||||
U4 source_offset;
|
||||
|
||||
U1 body[X8616_DECODE_BODY_CAP + X8616_DECODE_BODY_PAD];
|
||||
U1 body_available;
|
||||
|
||||
Reference in New Issue
Block a user