aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-04-02 13:31:20 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-04-02 13:31:20 +0000
commitd723a288c2185671ef410a70d9113d1f19a5c36a (patch)
tree2aa1f4c7e0001bbe02d4e6fe465c4e12af060dd1 /src/include
parenta59b9fbcf5f6d05501b1d0b403abe41e7ac0e60e (diff)
downloadgnunet-d723a288c2185671ef410a70d9113d1f19a5c36a.tar.gz
gnunet-d723a288c2185671ef410a70d9113d1f19a5c36a.zip
- manage services of peers (client API)
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 0293c1c90..a012a7c53 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1630,6 +1630,11 @@ extern "C"
1630#define GNUNET_MESSAGE_TYPE_TESTBED_SHUTDOWN_PEERS 483 1630#define GNUNET_MESSAGE_TYPE_TESTBED_SHUTDOWN_PEERS 483
1631 1631
1632/** 1632/**
1633 * Message to start/stop a service of a peer
1634 */
1635#define GNUNET_MESSAGE_TYPE_TESTBED_MANAGE_PEER_SERVICE 484
1636
1637/**
1633 * Not really a message, but for careful checks on the testbed messages; Should 1638 * Not really a message, but for careful checks on the testbed messages; Should
1634 * always be the maximum and never be used to send messages with this type 1639 * always be the maximum and never be used to send messages with this type
1635 */ 1640 */