aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_network_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-23 14:23:50 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-23 14:23:50 +0000
commit13a7da212738f9c76c0772ca7726f91885e588d2 (patch)
treeb0f5472ade2ac23c955adf9d064e289d17c1734e /src/include/gnunet_network_lib.h
parent539288eab5294b4c29c1d43cb6f085cc88ce077c (diff)
downloadgnunet-13a7da212738f9c76c0772ca7726f91885e588d2.tar.gz
gnunet-13a7da212738f9c76c0772ca7726f91885e588d2.zip
listen socket passing support for ARM
Diffstat (limited to 'src/include/gnunet_network_lib.h')
-rw-r--r--src/include/gnunet_network_lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gnunet_network_lib.h b/src/include/gnunet_network_lib.h
index d7d3acbf0..19fd234ee 100644
--- a/src/include/gnunet_network_lib.h
+++ b/src/include/gnunet_network_lib.h
@@ -199,6 +199,7 @@ int GNUNET_NETWORK_socket_select (struct GNUNET_NETWORK_FDSet *rfds,
199ssize_t GNUNET_NETWORK_socket_send (const struct GNUNET_NETWORK_Handle *desc, 199ssize_t GNUNET_NETWORK_socket_send (const struct GNUNET_NETWORK_Handle *desc,
200 const void *buffer, size_t length); 200 const void *buffer, size_t length);
201 201
202
202/** 203/**
203 * Send data to a particular destination (always non-blocking). 204 * Send data to a particular destination (always non-blocking).
204 * This function only works for UDP sockets. 205 * This function only works for UDP sockets.