A small memory footprint AMQP implimentation
Dependents: iothub_client_sample_amqp remote_monitoring simplesample_amqp
Diff: amqp_frame_codec.c
- Revision:
- 27:d74f1cea23e1
- Parent:
- 23:1111ee8bcba4
- Child:
- 28:add19eb7defa
--- a/amqp_frame_codec.c Wed May 24 09:46:35 2017 -0700 +++ b/amqp_frame_codec.c Fri Jun 02 15:53:07 2017 -0700 @@ -7,6 +7,7 @@ #include <string.h> #include "azure_c_shared_utility/optimize_size.h" #include "azure_c_shared_utility/gballoc.h" +#include "azure_c_shared_utility/xlogging.h" #include "azure_uamqp_c/amqp_frame_codec.h" #include "azure_uamqp_c/frame_codec.h" #include "azure_uamqp_c/amqpvalue.h"