diff options
Diffstat (limited to 'src/transport/transport_api_cmd_start_peer.c')
-rw-r--r-- | src/transport/transport_api_cmd_start_peer.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/transport/transport_api_cmd_start_peer.c b/src/transport/transport_api_cmd_start_peer.c index 9277bc346..729d981c0 100644 --- a/src/transport/transport_api_cmd_start_peer.c +++ b/src/transport/transport_api_cmd_start_peer.c | |||
@@ -69,9 +69,9 @@ hello_iter_cb (void *cb_cls, | |||
69 | } | 69 | } |
70 | 70 | ||
71 | 71 | ||
72 | |||
73 | /** | 72 | /** |
74 | * Function to start the retrival task to retrieve the hello of this peer from the peerstore. | 73 | * Function to start the retrieval task to retrieve the hello of this peer |
74 | * from the peerstore. | ||
75 | * | 75 | * |
76 | */ | 76 | */ |
77 | static void | 77 | static void |
@@ -170,6 +170,7 @@ notify_connect (void *cls, | |||
170 | return ret; | 170 | return ret; |
171 | } | 171 | } |
172 | 172 | ||
173 | |||
173 | /** | 174 | /** |
174 | * The run method of this cmd will start all services of a peer to test the transport service. | 175 | * The run method of this cmd will start all services of a peer to test the transport service. |
175 | * | 176 | * |
@@ -309,6 +310,7 @@ start_peer_run (void *cls, | |||
309 | sps->rh_task = GNUNET_SCHEDULER_add_now (retrieve_hello, sps); | 310 | sps->rh_task = GNUNET_SCHEDULER_add_now (retrieve_hello, sps); |
310 | } | 311 | } |
311 | 312 | ||
313 | |||
312 | /** | 314 | /** |
313 | * The cleanup function of this cmd frees resources the cmd allocated. | 315 | * The cleanup function of this cmd frees resources the cmd allocated. |
314 | * | 316 | * |
@@ -434,6 +436,7 @@ GNUNET_TRANSPORT_get_trait_hello_size (const struct | |||
434 | (unsigned int) 4); | 436 | (unsigned int) 4); |
435 | } | 437 | } |
436 | 438 | ||
439 | |||
437 | /** | 440 | /** |
438 | * Function to get the trait with the hello. | 441 | * Function to get the trait with the hello. |
439 | * | 442 | * |