summaryrefslogtreecommitdiff
path: root/librabbitmq/amqp.h
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonygarnockjones@gmail.com>2010-01-09 13:09:08 +0000
committerTony Garnock-Jones <tonygarnockjones@gmail.com>2010-01-09 13:09:08 +0000
commita30cebfddd019b986d3c2b9356847c2911f5222e (patch)
treef501c565a876c1f429b34b7fa0f8d505200357b6 /librabbitmq/amqp.h
parent4df56e951a2310edf825ec79fb007e16d0f2c2a3 (diff)
downloadrabbitmq-c-github-ask-a30cebfddd019b986d3c2b9356847c2911f5222e.tar.gz
Pass raw properties along
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 {