gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 235/264: mqtt: make NOSTATE get within the debug name array


From: gnunet
Subject: [gnurl] 235/264: mqtt: make NOSTATE get within the debug name array
Date: Thu, 30 Apr 2020 16:08:58 +0200

This is an automated email from the git hooks/post-receive script.

nikita pushed a commit to branch master
in repository gnurl.

commit 10fece336f1ec9d96a7dc419b0f730da4cdaf29d
Author: Daniel Stenberg <address@hidden>
AuthorDate: Mon Apr 20 23:27:04 2020 +0200

    mqtt: make NOSTATE get within the debug name array
---
 lib/mqtt.c | 4 +++-
 lib/mqtt.h | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/lib/mqtt.c b/lib/mqtt.c
index 4c664f7f6..43a3b6e53 100644
--- a/lib/mqtt.c
+++ b/lib/mqtt.c
@@ -388,7 +388,9 @@ static const char *statenames[]={
   "MQTT_SUBACK",
   "MQTT_SUBACK_COMING",
   "MQTT_PUBWAIT",
-  "MQTT_PUB_REMAIN"
+  "MQTT_PUB_REMAIN",
+
+  "NOT A STATE"
 };
 #endif
 
diff --git a/lib/mqtt.h b/lib/mqtt.h
index 41f7372ce..37463d58a 100644
--- a/lib/mqtt.h
+++ b/lib/mqtt.h
@@ -35,7 +35,7 @@ enum mqttstate {
   MQTT_PUBWAIT,    /* 5 - wait for publish */
   MQTT_PUB_REMAIN,  /* 6 - wait for the remainder of the publish */
 
-  MQTT_NOSTATE = 99 /* never an actual state */
+  MQTT_NOSTATE /* 7 - never used an actual state */
 };
 
 struct mqtt_conn {

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]