aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-09-24 21:21:44 +0000
committerChristian Grothoff <christian@grothoff.org>2016-09-24 21:21:44 +0000
commit31899f01bd95f66e6cfec9b53ace071648d6b663 (patch)
treef3ce0eae1093241cd1be5fa7277d262b39f93cf8 /src/include/gnunet_protocols.h
parentbdd2a2f82789160f7cd1d5f6d25bdcd75a90937e (diff)
downloadgnunet-31899f01bd95f66e6cfec9b53ace071648d6b663.tar.gz
gnunet-31899f01bd95f66e6cfec9b53ace071648d6b663.zip
migrate ARM to new service API
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 1d2a87691..f9f6cbd9c 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -56,6 +56,8 @@ extern "C"
56 56
57/** 57/**
58 * Test if service is online. 58 * Test if service is online.
59 *
60 * @deprecated!
59 */ 61 */
60#define GNUNET_MESSAGE_TYPE_TEST 1 62#define GNUNET_MESSAGE_TYPE_TEST 1
61 63
@@ -117,6 +119,11 @@ extern "C"
117 */ 119 */
118#define GNUNET_MESSAGE_TYPE_ARM_MONITOR 14 120#define GNUNET_MESSAGE_TYPE_ARM_MONITOR 14
119 121
122/**
123 * Test if ARM service is online.
124 */
125#define GNUNET_MESSAGE_TYPE_ARM_TEST 15
126
120/******************************************************************************* 127/*******************************************************************************
121 * HELLO message types 128 * HELLO message types
122 ******************************************************************************/ 129 ******************************************************************************/