Remove non-windows code in test5

This commit is contained in:
Ian Craggs 2020-08-05 15:31:05 +01:00
parent 1475e9a281
commit 153dfd3a4a
1 changed files with 2 additions and 2 deletions

View File

@ -474,9 +474,9 @@ void sendAndReceive(MQTTAsync* c, int qos, char* test_topic)
*********************************************************************/
//static mutex_type client_mutex = NULL;
/*static mutex_type client_mutex = NULL;
static pthread_mutex_t client_mutex_store = PTHREAD_MUTEX_INITIALIZER;
static mutex_type client_mutex = &client_mutex_store;
static mutex_type client_mutex = &client_mutex_store;*/
void asyncTestOnDisconnect(void* context, MQTTAsync_successData* response)
{