summaryrefslogtreecommitdiff
path: root/librabbitmq/amqp.h
diff options
context:
space:
mode:
Diffstat (limited to 'librabbitmq/amqp.h')
-rw-r--r--librabbitmq/amqp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/librabbitmq/amqp.h b/librabbitmq/amqp.h
index 45e4d63..a2b062c 100644
--- a/librabbitmq/amqp.h
+++ b/librabbitmq/amqp.h
@@ -191,6 +191,7 @@ typedef struct amqp_frame_t_ {
uint16_t class_id;
uint64_t body_size;
void *decoded;
+ amqp_bytes_t raw;
} properties;
amqp_bytes_t body_fragment;
struct {