diff options
Diffstat (limited to 'qpid/extras/dispatch/src/message_private.h')
| -rw-r--r-- | qpid/extras/dispatch/src/message_private.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/extras/dispatch/src/message_private.h b/qpid/extras/dispatch/src/message_private.h index 5fb18078f5..891ceccee3 100644 --- a/qpid/extras/dispatch/src/message_private.h +++ b/qpid/extras/dispatch/src/message_private.h @@ -78,6 +78,9 @@ typedef struct { dx_field_location_t compose_count; uint32_t length; uint32_t count; + dx_buffer_t *parse_buffer; + unsigned char *parse_cursor; + dx_message_depth_t parse_depth; } dx_message_content_t; typedef struct { |
