X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fpeerinfo%2Fpeerinfo_api.c;h=28828f3a3f1be3680f59dfcbfc86538c6895eca9;hb=a5d0694571db763efd0787a680168492f325b2e6;hp=d1af01405df3b0b1366febe82fc885292cfe28c4;hpb=16a6919a9f98ee9fa1fee9dd262906c321004a19;p=oweals%2Fgnunet.git diff --git a/src/peerinfo/peerinfo_api.c b/src/peerinfo/peerinfo_api.c index d1af01405..28828f3a3 100644 --- a/src/peerinfo/peerinfo_api.c +++ b/src/peerinfo/peerinfo_api.c @@ -33,7 +33,7 @@ /** * Function to call after transmission has succeeded. - * + * * @param cls closure * @param success GNUNET_OK if transmission worked, GNUNET_SYSERR on error */ @@ -204,7 +204,7 @@ reconnect (struct GNUNET_PEERINFO_Handle *h); * Task scheduled to re-try connecting to the peerinfo service. * * @param cls the 'struct GNUNET_PEERINFO_Handle' - * @param ts scheduler context + * @param tc scheduler context */ static void reconnect_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) @@ -330,7 +330,7 @@ trigger_transmit (struct GNUNET_PEERINFO_Handle *h) /** - * Add a host to the persistent list. This method operates in + * Add a host to the persistent list. This method operates in * semi-reliable mode: if the transmission is not completed by * the time 'GNUNET_PEERINFO_disconnect' is called, it will be * aborted. Furthermore, if a second HELLO is added for the @@ -535,7 +535,7 @@ iterator_start_receive (void *cls, int transmit_success) /** - * Peerinfo iteration request has timed out. + * Peerinfo iteration request has timed out. * * @param cls the 'struct GNUNET_PEERINFO_IteratorContext*' * @param tc scheduler context @@ -567,7 +567,7 @@ signal_timeout (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) * * Instead of calling this function with 'peer == NULL' it is often * better to use 'GNUNET_PEERINFO_notify'. - * + * * @param h handle to the peerinfo service * @param peer restrict iteration to this peer only (can be NULL) * @param timeout how long to wait until timing out