From 598fb116a1c7579d8c8b5e2e3f8a5a9f2f07a8fb Mon Sep 17 00:00:00 2001 From: Gregor Baues Date: Wed, 12 May 2021 22:09:07 +0200 Subject: [PATCH] still with Gremlin --- DccMQTT.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DccMQTT.h b/DccMQTT.h index 5067526..371d3a1 100644 --- a/DccMQTT.h +++ b/DccMQTT.h @@ -94,7 +94,7 @@ typedef struct csmsg_t { typedef struct csmqttclient_t { int distant; // random int number recieved from the subscriber byte mqsocket; // mqtt socket = subscriberid provided by the cs - int32_t topic; // cantor(subscriber,cs) encoded tpoic used to send / recieve commands + long topic; // cantor(subscriber,cs) encoded tpoic used to send / recieve commands bool open; // true as soon as we have send the id to the mq broker for the client to pickup } csmqttclient_t;