aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/gnunet-service-testbed_links.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/gnunet-service-testbed_links.h')
-rw-r--r--src/testbed/gnunet-service-testbed_links.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/testbed/gnunet-service-testbed_links.h b/src/testbed/gnunet-service-testbed_links.h
index 021895b1c..74db0bd47 100644
--- a/src/testbed/gnunet-service-testbed_links.h
+++ b/src/testbed/gnunet-service-testbed_links.h
@@ -129,13 +129,13 @@ struct NeighbourConnectNotification;
129 * @param controller the controller handle to the neighbour 129 * @param controller the controller handle to the neighbour
130 */ 130 */
131typedef void 131typedef void
132(*GST_NeigbourConnectNotifyCallback) (void *cls, 132(*GST_NeighbourConnectNotifyCallback) (void *cls,
133 struct GNUNET_TESTBED_Controller * 133 struct GNUNET_TESTBED_Controller *
134 controller); 134 controller);
135 135
136 136
137/** 137/**
138 * Try to open a connection to the given neigbour. If the connection is open 138 * Try to open a connection to the given neighbour. If the connection is open
139 * already, then it is re-used. If not, the request is queued in the operation 139 * already, then it is re-used. If not, the request is queued in the operation
140 * queues responsible for bounding the total number of file descriptors. The 140 * queues responsible for bounding the total number of file descriptors. The
141 * actual connection will happen when the operation queue marks the 141 * actual connection will happen when the operation queue marks the
@@ -147,7 +147,7 @@ typedef void
147 */ 147 */
148struct NeighbourConnectNotification * 148struct NeighbourConnectNotification *
149GST_neighbour_get_connection (struct Neighbour *n, 149GST_neighbour_get_connection (struct Neighbour *n,
150 GST_NeigbourConnectNotifyCallback cb, 150 GST_NeighbourConnectNotifyCallback cb,
151 void *cb_cls); 151 void *cb_cls);
152 152
153 153
@@ -172,7 +172,7 @@ GST_neighbour_release_connection (struct Neighbour *n);
172 172
173 173
174/** 174/**
175 * Function to create a neigbour and add it into the neighbour list 175 * Function to create a neighbour and add it into the neighbour list
176 * 176 *
177 * @param host the host of the neighbour 177 * @param host the host of the neighbour
178 */ 178 */