aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index dc5b5deed..392a4d761 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -680,6 +680,16 @@ extern "C"
680 */ 680 */
681#define GNUNET_MESSAGE_TYPE_STATISTICS_WATCH_VALUE 173 681#define GNUNET_MESSAGE_TYPE_STATISTICS_WATCH_VALUE 173
682 682
683/**
684 * Client is done sending service requests and will now disconnect.
685 */
686#define GNUNET_MESSAGE_TYPE_STATISTICS_DISCONNECT 174
687
688/**
689 * Service confirms disconnect and that it is done processing
690 * all requests from the client.
691 */
692#define GNUNET_MESSAGE_TYPE_STATISTICS_DISCONNECT_CONFIRM 175
683 693
684/******************************************************************************* 694/*******************************************************************************
685 * VPN message types 695 * VPN message types