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:
45:54c11b1b1407
Parent:
43:038d8511e817
Child:
53:1e5a1ca1f274
diff -r 33dd78697616 -r 54c11b1b1407 iothubtransport.c
--- a/iothubtransport.c	Tue Jun 21 09:57:27 2016 -0700
+++ b/iothubtransport.c	Fri Jul 01 10:42:36 2016 -0700
@@ -17,7 +17,7 @@
 #include "iothub_client_private.h"
 #include "azure_c_shared_utility/threadapi.h"
 #include "azure_c_shared_utility/lock.h"
-#include "azure_c_shared_utility/iot_logging.h"
+#include "azure_c_shared_utility/xlogging.h"
 #include "azure_c_shared_utility/vector.h"
 
 typedef struct TRANSPORT_HANDLE_DATA_TAG