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.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