aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-06 21:57:30 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-06 21:57:30 +0000
commit55c16b6ab6a83a594303efccff1e59a022470982 (patch)
tree9476478b34bddf57c4e545cd0b588633d2a60265 /src/include/gnunet_protocols.h
parent8072370857473b731f6e95d48860da0fbc6263f4 (diff)
downloadgnunet-55c16b6ab6a83a594303efccff1e59a022470982.tar.gz
gnunet-55c16b6ab6a83a594303efccff1e59a022470982.zip
converting GNUNET_TRANSPORT_monitor_peers implementation to MQ
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 872c07623..eeceb545d 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1369,6 +1369,12 @@ extern "C"
1369 */ 1369 */
1370#define GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_PLUGIN_SYNC 390 1370#define GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_PLUGIN_SYNC 390
1371 1371
1372/**
1373 * Response to #GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_PEER_RESPONSE_END
1374 * terminating list of replies.
1375 */
1376#define GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_PEER_RESPONSE_END 391
1377
1372 1378
1373/******************************************************************************* 1379/*******************************************************************************
1374 * FS-PUBLISH-HELPER IPC Messages 1380 * FS-PUBLISH-HELPER IPC Messages