aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-10-08 09:46:43 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-10-08 09:46:43 +0000
commita0e0fd42ad49f1cd3972e78cc521bcfb67d7b6cb (patch)
treef8b6bbfbe5f96dd642d9b228b46fbd06e2f95d16 /src/include
parentf9c608be4f7d14ec08f633cc26c8c5e5d78d8648 (diff)
downloadgnunet-a0e0fd42ad49f1cd3972e78cc521bcfb67d7b6cb.tar.gz
gnunet-a0e0fd42ad49f1cd3972e78cc521bcfb67d7b6cb.zip
- fix peer reconfiguration when the peer is already stopped
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_testbed_service.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/include/gnunet_testbed_service.h b/src/include/gnunet_testbed_service.h
index 73dc88498..3f2951411 100644
--- a/src/include/gnunet_testbed_service.h
+++ b/src/include/gnunet_testbed_service.h
@@ -804,13 +804,11 @@ GNUNET_TESTBED_peer_get_information (struct GNUNET_TESTBED_Peer *peer,
804 804
805 805
806/** 806/**
807 * Change peer configuration. Must only be called while the 807 * Change @a peer configuration. Ports and paths cannot be changed this
808 * peer is stopped. Ports and paths cannot be changed this
809 * way. 808 * way.
810 * 809 *
811 * @param peer peer to change configuration for 810 * @param peer peer to change configuration for
812 * @param cfg new configuration (differences to existing 811 * @param cfg new configuration
813 * configuration only)
814 * @return handle to the operation 812 * @return handle to the operation
815 */ 813 */
816struct GNUNET_TESTBED_Operation * 814struct GNUNET_TESTBED_Operation *