A small memory footprint AMQP implimentation

Dependents:   iothub_client_sample_amqp remote_monitoring simplesample_amqp

Revision:
30:0407b2db334c
Parent:
29:4a11413cf217
Child:
40:f0ceafa8d570
--- a/session.c	Fri Jul 14 16:38:03 2017 -0700
+++ b/session.c	Fri Jul 28 09:52:29 2017 -0700
@@ -1124,7 +1124,7 @@
     return result;
 }
 
-static int encode_frame(LINK_ENDPOINT_HANDLE link_endpoint, const AMQP_VALUE performative, PAYLOAD* payloads, size_t payload_count)
+static int encode_frame(LINK_ENDPOINT_HANDLE link_endpoint, AMQP_VALUE performative, PAYLOAD* payloads, size_t payload_count)
 {
     int result;