aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-23 20:12:32 +0000
committerChristian Grothoff <christian@grothoff.org>2014-11-23 20:12:32 +0000
commitd60c79921cb80f2173d800785ec5d39f6cdbca8c (patch)
tree0aec29c3348c2daf8babd979963b1212e6fabcfb /src/util
parente5d9d0d24bc32dcebcd5d2f86ca5cca579bc5dbb (diff)
downloadgnunet-d60c79921cb80f2173d800785ec5d39f6cdbca8c.tar.gz
gnunet-d60c79921cb80f2173d800785ec5d39f6cdbca8c.zip
-fix misc monitoring issues
Diffstat (limited to 'src/util')
-rw-r--r--src/util/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/client.c b/src/util/client.c
index 15d52ec60..018411d1e 100644
--- a/src/util/client.c
+++ b/src/util/client.c
@@ -217,7 +217,7 @@ struct GNUNET_CLIENT_Connection
217 217
218 /** 218 /**
219 * Are we currently busy doing receive-processing? 219 * Are we currently busy doing receive-processing?
220 * GNUNET_YES if so, GNUNET_NO if not. 220 * #GNUNET_YES if so, #GNUNET_NO if not.
221 */ 221 */
222 int in_receive; 222 int in_receive;
223 223