aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_unix.c')
-rw-r--r--src/transport/plugin_transport_unix.c18
1 files changed, 8 insertions, 10 deletions
diff --git a/src/transport/plugin_transport_unix.c b/src/transport/plugin_transport_unix.c
index 7193e2e8b..59c42e1f6 100644
--- a/src/transport/plugin_transport_unix.c
+++ b/src/transport/plugin_transport_unix.c
@@ -419,16 +419,14 @@ find_session (struct Plugin *plugin, const struct GNUNET_PeerIdentity *peer)
419} 419}
420 420
421/* Forward Declaration */ 421/* Forward Declaration */
422static ssize_t unix_real_send (void *cls, 422static ssize_t
423 struct RetrySendContext *incoming_retry_context, 423unix_real_send (void *cls, struct RetrySendContext *incoming_retry_context,
424 struct GNUNET_NETWORK_Handle *send_handle, 424 struct GNUNET_NETWORK_Handle *send_handle,
425 const struct GNUNET_PeerIdentity *target, 425 const struct GNUNET_PeerIdentity *target, const char *msgbuf,
426 const char *msgbuf, size_t msgbuf_size, 426 size_t msgbuf_size, unsigned int priority,
427 unsigned int priority, 427 struct GNUNET_TIME_Relative timeout, const void *addr,
428 struct GNUNET_TIME_Relative timeout, 428 size_t addrlen, GNUNET_TRANSPORT_TransmitContinuation cont,
429 const void *addr, size_t addrlen, 429 void *cont_cls);
430 GNUNET_TRANSPORT_TransmitContinuation cont,
431 void *cont_cls);
432 430
433/** 431/**
434 * Retry sending a message. 432 * Retry sending a message.