aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-service-transport.c')
-rw-r--r--src/transport/gnunet-service-transport.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/transport/gnunet-service-transport.c b/src/transport/gnunet-service-transport.c
index a819d82a5..24cc6464a 100644
--- a/src/transport/gnunet-service-transport.c
+++ b/src/transport/gnunet-service-transport.c
@@ -357,7 +357,7 @@ static struct TransportClient *sync_client;
357 357
358/** 358/**
359 * Peer identity that is all zeros, used as a way to indicate 359 * Peer identity that is all zeros, used as a way to indicate
360 * "all peers". Used for comparissons. 360 * "all peers". Used for comparisons.
361 */ 361 */
362static struct GNUNET_PeerIdentity all_zeros; 362static struct GNUNET_PeerIdentity all_zeros;
363 363
@@ -830,7 +830,7 @@ handle_client_send (void *cls, const struct OutboundMessage *obm)
830 830
831/** 831/**
832 * Take the given address and append it to the set of results sent back to 832 * Take the given address and append it to the set of results sent back to
833 * the client. This function may be called serveral times for a single 833 * the client. This function may be called several times for a single
834 * conversion. The last invocation will be with a @a address of 834 * conversion. The last invocation will be with a @a address of
835 * NULL and a @a res of #GNUNET_OK. Thus, to indicate conversion 835 * NULL and a @a res of #GNUNET_OK. Thus, to indicate conversion
836 * errors, the callback might be called first with @a address NULL and 836 * errors, the callback might be called first with @a address NULL and
@@ -877,7 +877,7 @@ transmit_address_to_client (void *cls, const char *buf, int res)
877 } 877 }
878 } 878 }
879 GNUNET_assert (GNUNET_OK == res); 879 GNUNET_assert (GNUNET_OK == res);
880 /* succesful conversion, append*/ 880 /* successful conversion, append*/
881 slen = strlen (buf) + 1; 881 slen = strlen (buf) + 1;
882 env = 882 env =
883 GNUNET_MQ_msg_extra (atsm, 883 GNUNET_MQ_msg_extra (atsm,
@@ -1545,7 +1545,7 @@ kill_session (const char *plugin_name, struct GNUNET_ATS_Session *session)
1545 1545
1546/** 1546/**
1547 * Black list check result for try_connect call 1547 * Black list check result for try_connect call
1548 * If connection to the peer is allowed request adddress and ??? 1548 * If connection to the peer is allowed request address and ???
1549 * 1549 *
1550 * @param cls the message 1550 * @param cls the message
1551 * @param peer the peer 1551 * @param peer the peer
@@ -1782,7 +1782,7 @@ plugin_env_address_change_notification (
1782 * 1782 *
1783 * @param cls closure 1783 * @param cls closure
1784 * @param address which address was the session for 1784 * @param address which address was the session for
1785 * @param session which session is being destoyed 1785 * @param session which session is being destroyed
1786 */ 1786 */
1787static void 1787static void
1788plugin_env_session_end (void *cls, 1788plugin_env_session_end (void *cls,