Microsoft Azure IoTHub client libraries

Dependents:   sht15_remote_monitoring RobotArmDemo iothub_client_sample_amqp f767zi_mqtt ... more

This library implements the Microsoft Azure IoTHub client library. The code is replicated from https://github.com/Azure/azure-iot-sdks

Revision:
63:1bf1c2d60aab
Parent:
62:5a4cdacf5090
Child:
76:943524fee0b7
--- a/iothub_client_ll.h	Fri Mar 24 16:35:32 2017 -0700
+++ b/iothub_client_ll.h	Thu Apr 06 14:11:13 2017 -0700
@@ -95,6 +95,7 @@
 #include "azure_c_shared_utility/doublylinkedlist.h"
 #include "iothub_message.h"
 #include "iothub_transport_ll.h"
+#include "iothub_client_authorization.h"
 #include <stddef.h>
 #include <stdint.h>
 
@@ -229,6 +230,7 @@
     {
         const IOTHUB_CLIENT_CONFIG* upperConfig;
         PDLIST_ENTRY waitingToSend;
+        IOTHUB_AUTHORIZATION_HANDLE auth_module_handle;
     };