aboutsummaryrefslogtreecommitdiff
path: root/src/testbed
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-09-03 10:12:58 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-09-03 10:12:58 +0000
commit2234e06e79ad0eb9106a6b7b75e79a040fe841b6 (patch)
treec68cf7c1d47dbc3cb525d9a7b3f3eb5a6f11d77b /src/testbed
parent865f39097059236192335d87a0206caae281ae5e (diff)
downloadgnunet-2234e06e79ad0eb9106a6b7b75e79a040fe841b6.tar.gz
gnunet-2234e06e79ad0eb9106a6b7b75e79a040fe841b6.zip
doc
Diffstat (limited to 'src/testbed')
-rw-r--r--src/testbed/testbed.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/testbed/testbed.h b/src/testbed/testbed.h
index caeed6e08..9ec1f71c2 100644
--- a/src/testbed/testbed.h
+++ b/src/testbed/testbed.h
@@ -548,8 +548,6 @@ struct GNUNET_TESTBED_GenericOperationSuccessEventMessage
548}; 548};
549 549
550 550
551
552
553/** 551/**
554 * Message sent from client to testing service to 552 * Message sent from client to testing service to
555 * obtain the configuration of a peer. 553 * obtain the configuration of a peer.
@@ -575,9 +573,8 @@ struct GNUNET_TESTBED_PeerGetConfigurationMessage
575}; 573};
576 574
577 575
578
579/** 576/**
580 * Event notification from a controller to a client. 577 * Peer configuration and identity reply from controller to a client.
581 */ 578 */
582struct GNUNET_TESTBED_PeerConfigurationInformationMessage 579struct GNUNET_TESTBED_PeerConfigurationInformationMessage
583{ 580{