summaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_peers.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-08-17 14:54:29 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-08-17 14:54:29 +0000
commit14c98ff17a8b1e4db1e6445f6116b7be5b4b8934 (patch)
treef08a66a8d151a4d0a16641cfcd5b0b8152bce24f /src/testbed/testbed_api_peers.c
parentd6f2d6cd9b3a14e9dc7cea1e5d1863d6d59af0af (diff)
downloadgnunet-14c98ff17a8b1e4db1e6445f6116b7be5b4b8934.tar.gz
gnunet-14c98ff17a8b1e4db1e6445f6116b7be5b4b8934.zip
controller link as operation
Diffstat (limited to 'src/testbed/testbed_api_peers.c')
-rw-r--r--src/testbed/testbed_api_peers.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/testbed/testbed_api_peers.c b/src/testbed/testbed_api_peers.c
index 380190578..51ef66bec 100644
--- a/src/testbed/testbed_api_peers.c
+++ b/src/testbed/testbed_api_peers.c
@@ -69,10 +69,8 @@ opstart_peer_create (void *cls)
69 msg->host_id = htonl (GNUNET_TESTBED_host_get_id_ (data->peer->host)); 69 msg->host_id = htonl (GNUNET_TESTBED_host_get_id_ (data->peer->host));
70 msg->peer_id = htonl (data->peer->unique_id); 70 msg->peer_id = htonl (data->peer->unique_id);
71 msg->config_size = htonl (c_size); 71 msg->config_size = htonl (c_size);
72 GNUNET_CONTAINER_DLL_insert_tail (opc->c->ocq_head, 72 GNUNET_CONTAINER_DLL_insert_tail (opc->c->ocq_head, opc->c->ocq_tail, opc);
73 opc->c->ocq_tail, opc); 73 GNUNET_TESTBED_queue_message_ (opc->c, &msg->header);
74 GNUNET_TESTBED_queue_message_ (opc->c,
75 (struct GNUNET_MessageHeader *) msg);
76}; 74};
77 75
78 76