aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/testbed.h')
-rw-r--r--src/testbed/testbed.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testbed/testbed.h b/src/testbed/testbed.h
index 107e1c5bb..6f6a3f31e 100644
--- a/src/testbed/testbed.h
+++ b/src/testbed/testbed.h
@@ -790,7 +790,7 @@ struct GNUNET_TESTBED_UnderlayLinkModelMsg
790 * The number of link properties contained in this message 790 * The number of link properties contained in this message
791 */ 791 */
792 uint32_t nprops GNUNET_PACKED; 792 uint32_t nprops GNUNET_PACKED;
793 793
794 /** 794 /**
795 * Array of ids of peers to be in the blacklist/whitelist. Each id is of type 795 * Array of ids of peers to be in the blacklist/whitelist. Each id is of type
796 * uint32_t. Number of ids should be equal to nentries. 796 * uint32_t. Number of ids should be equal to nentries.
@@ -801,7 +801,7 @@ struct GNUNET_TESTBED_UnderlayLinkModelMsg
801 * sequence of four integers of type uint32_t: peer_id, latency, loss and 801 * sequence of four integers of type uint32_t: peer_id, latency, loss and
802 * bandwidth. 802 * bandwidth.
803 */ 803 */
804 804
805}; 805};
806 806
807 807