aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-10-23 10:22:47 +0000
committerChristian Grothoff <christian@grothoff.org>2014-10-23 10:22:47 +0000
commit1aa2d5f160da455dd68c3d8be6f6e9ebf5b46d98 (patch)
tree31e603504e51779e469c8548993235ffe7a219ff /src/include
parentff4676cf541590707a7038cdd8b2e863c69c03a4 (diff)
downloadgnunet-1aa2d5f160da455dd68c3d8be6f6e9ebf5b46d98.tar.gz
gnunet-1aa2d5f160da455dd68c3d8be6f6e9ebf5b46d98.zip
define transport plugin monitor IPC format
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 7e653f551..a1bc09492 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1336,6 +1336,18 @@ extern "C"
1336 */ 1336 */
1337#define GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_VALIDATION_RESPONSE 387 1337#define GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_VALIDATION_RESPONSE 387
1338 1338
1339/**
1340 * Request to start monitoring the connection state of plugins.
1341 */
1342#define GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_PLUGIN_START 388
1343
1344/**
1345 * Monitoring event about the connection state of plugins,
1346 * generated in response to a subscription initiated via
1347 * #GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_PLUGIN_START
1348 */
1349#define GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_PLUGIN_EVENT 389
1350
1339/******************************************************************************* 1351/*******************************************************************************
1340 * FS-PUBLISH-HELPER IPC Messages 1352 * FS-PUBLISH-HELPER IPC Messages
1341 ******************************************************************************/ 1353 ******************************************************************************/