aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-08-15 16:28:50 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-08-15 16:28:50 +0000
commitd025c2395b5696bc93d71fc3a81e19122c39d784 (patch)
tree949127d87a008184f4448c714f55bb81baf10763 /src/include/gnunet_protocols.h
parent356d73f3e59d50ab3aeee64d6e5384089428747b (diff)
downloadgnunet-d025c2395b5696bc93d71fc3a81e19122c39d784.tar.gz
gnunet-d025c2395b5696bc93d71fc3a81e19122c39d784.zip
- rename PEER_GET_CONFIGURATION to PEER_GET_INFORMATION
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index b3a1c009d..1b887faf3 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1509,14 +1509,14 @@ extern "C"
1509#define GNUNET_MESSAGE_TYPE_TESTBED_GENERIC_OPERATION_SUCCESS 475 1509#define GNUNET_MESSAGE_TYPE_TESTBED_GENERIC_OPERATION_SUCCESS 475
1510 1510
1511/** 1511/**
1512 * Message to get the configuration of a peer 1512 * Message to get a peer's information
1513 */ 1513 */
1514#define GNUNET_MESSAGE_TYPE_TESTBED_GET_PEER_CONFIGURATION 476 1514#define GNUNET_MESSAGE_TYPE_TESTBED_GET_PEER_INFORMATION 476
1515 1515
1516/** 1516/**
1517 * Message containing the peer configuration 1517 * Message containing the peer's information
1518 */ 1518 */
1519#define GNUNET_MESSAGE_TYPE_TESTBED_PEER_CONFIGURATION 477 1519#define GNUNET_MESSAGE_TYPE_TESTBED_PEER_INFORMATION 477
1520 1520
1521/** 1521/**
1522 * Message to request a controller to make one of its peer to connect to another 1522 * Message to request a controller to make one of its peer to connect to another