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.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/testbed/testbed.h b/src/testbed/testbed.h
index 933e1b8ee..ed4e27dc6 100644
--- a/src/testbed/testbed.h
+++ b/src/testbed/testbed.h
@@ -134,34 +134,6 @@ struct GNUNET_TESTBED_HostConfirmedMessage
134 134
135 135
136/** 136/**
137 * Message to testing service: configure service sharing
138 * at a host.
139 */
140struct GNUNET_TESTBED_ConfigureSharedServiceMessage
141{
142
143 /**
144 * Type is GNUNET_MESSAGE_TYPE_TESTBED_SHARE_SERVICE
145 */
146 struct GNUNET_MessageHeader header;
147
148 /**
149 * Host that is being configured.
150 */
151 uint32_t host_id GNUNET_PACKED;
152
153 /**
154 * Number of peers that should share a service instance;
155 * 1 for no sharing, 0 to forcefully disable the service.
156 */
157 uint32_t num_peers GNUNET_PACKED;
158
159 /* followed by 0-terminated name of the service */
160
161};
162
163
164/**
165 * Client notifies controller that it should delegate 137 * Client notifies controller that it should delegate
166 * requests for a particular client to a particular 138 * requests for a particular client to a particular
167 * sub-controller. 139 * sub-controller.