aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-04-21 20:01:34 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-04-21 20:01:34 +0000
commitda683835112d7510461269a81363dcaf23af4b9b (patch)
tree5c4e530a304c315f132a18e0f9d938d04b9e94de /src/testbed/testbed.h
parente823f8b9a57844dc90afed91076117eea7cb85ea (diff)
downloadgnunet-da683835112d7510461269a81363dcaf23af4b9b.tar.gz
gnunet-da683835112d7510461269a81363dcaf23af4b9b.zip
fix #2666: Implement service sharing among peers
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.