aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/gnunet-service-testbed_links.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/gnunet-service-testbed_links.c')
-rw-r--r--src/testbed/gnunet-service-testbed_links.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/testbed/gnunet-service-testbed_links.c b/src/testbed/gnunet-service-testbed_links.c
index fb25d7bcb..dbdeed0d9 100644
--- a/src/testbed/gnunet-service-testbed_links.c
+++ b/src/testbed/gnunet-service-testbed_links.c
@@ -155,7 +155,7 @@ struct NeighbourConnectNotification
155 /** 155 /**
156 * The notification callback to call when we are connect to neighbour 156 * The notification callback to call when we are connect to neighbour
157 */ 157 */
158 GST_NeigbourConnectNotifyCallback cb; 158 GST_NeighbourConnectNotifyCallback cb;
159 159
160 /** 160 /**
161 * The closure for the above callback 161 * The closure for the above callback
@@ -925,7 +925,7 @@ trigger_notifications (struct Neighbour *n)
925 925
926/** 926/**
927 * Callback to be called when the neighbour connect operation is started. The 927 * Callback to be called when the neighbour connect operation is started. The
928 * connection to the neigbour is opened here and any pending notifications are 928 * connection to the neighbour is opened here and any pending notifications are
929 * trigger. 929 * trigger.
930 * 930 *
931 * @param cls the neighbour 931 * @param cls the neighbour
@@ -971,7 +971,7 @@ oprelease_neighbour_conn (void *cls)
971 971
972 972
973/** 973/**
974 * Try to open a connection to the given neigbour. If the connection is open 974 * Try to open a connection to the given neighbour. If the connection is open
975 * already, then it is re-used. If not, the request is queued in the operation 975 * already, then it is re-used. If not, the request is queued in the operation
976 * queues responsible for bounding the total number of file descriptors. The 976 * queues responsible for bounding the total number of file descriptors. The
977 * actual connection will happen when the operation queue marks the 977 * actual connection will happen when the operation queue marks the
@@ -983,7 +983,7 @@ oprelease_neighbour_conn (void *cls)
983 */ 983 */
984struct NeighbourConnectNotification * 984struct NeighbourConnectNotification *
985GST_neighbour_get_connection (struct Neighbour *n, 985GST_neighbour_get_connection (struct Neighbour *n,
986 GST_NeigbourConnectNotifyCallback cb, 986 GST_NeighbourConnectNotifyCallback cb,
987 void *cb_cls) 987 void *cb_cls)
988{ 988{
989 struct NeighbourConnectNotification *h; 989 struct NeighbourConnectNotification *h;
@@ -1179,7 +1179,7 @@ neighbour_connect_cb (void *cls,
1179 1179
1180 1180
1181/** 1181/**
1182 * Function to create a neigbour and add it into the neighbour list 1182 * Function to create a neighbour and add it into the neighbour list
1183 * 1183 *
1184 * @param host the host of the neighbour 1184 * @param host the host of the neighbour
1185 */ 1185 */