Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: sht15_remote_monitoring RobotArmDemo iothub_client_sample_amqp iothub_client_sample_amqp ... more
Revision 52:615e9b97dd01, committed 2018-05-04
- Comitter:
- AzureIoTClient
- Date:
- Fri May 04 13:22:48 2018 -0700
- Parent:
- 51:269e65571b39
- Child:
- 53:e21e1e88460f
- Commit message:
- 1.2.4
Changed in this revision
| iothub_client_retry_control.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/iothub_client_retry_control.h Tue Mar 20 10:27:24 2018 -0700
+++ b/iothub_client_retry_control.h Fri May 04 13:22:48 2018 -0700
@@ -9,15 +9,16 @@
#include "azure_c_shared_utility/optionhandler.h"
#include "azure_c_shared_utility/umock_c_prod.h"
#include "iothub_client_ll.h"
+#include "azure_c_shared_utility/const_defines.h"
#ifdef __cplusplus
extern "C"
{
#endif
-static const char* RETRY_CONTROL_OPTION_INITIAL_WAIT_TIME_IN_SECS = "initial_wait_time_in_secs";
-static const char* RETRY_CONTROL_OPTION_MAX_JITTER_PERCENT = "max_jitter_percent";
-static const char* RETRY_CONTROL_OPTION_SAVED_OPTIONS = "retry_control_saved_options";
+static STATIC_VAR_UNUSED const char* RETRY_CONTROL_OPTION_INITIAL_WAIT_TIME_IN_SECS = "initial_wait_time_in_secs";
+static STATIC_VAR_UNUSED const char* RETRY_CONTROL_OPTION_MAX_JITTER_PERCENT = "max_jitter_percent";
+static STATIC_VAR_UNUSED const char* RETRY_CONTROL_OPTION_SAVED_OPTIONS = "retry_control_saved_options";
typedef enum RETRY_ACTION_TAG
{
