aboutsummaryrefslogtreecommitdiff
path: root/src/dv/plugin_transport_dv.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-04-19 15:26:37 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-04-19 15:26:37 +0000
commit5cb6cb9b233331c43eebb2dc97c7db5751d1e77b (patch)
tree3d1bab279137563f4a70c66b65cbf1327de5d39f /src/dv/plugin_transport_dv.c
parent2db61930782680ad7a52fd59f9f1a82c9d41447b (diff)
downloadgnunet-5cb6cb9b233331c43eebb2dc97c7db5751d1e77b.tar.gz
gnunet-5cb6cb9b233331c43eebb2dc97c7db5751d1e77b.zip
Diffstat (limited to 'src/dv/plugin_transport_dv.c')
-rw-r--r--src/dv/plugin_transport_dv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dv/plugin_transport_dv.c b/src/dv/plugin_transport_dv.c
index 1a8e075ec..f36dd5f53 100644
--- a/src/dv/plugin_transport_dv.c
+++ b/src/dv/plugin_transport_dv.c
@@ -209,6 +209,7 @@ void handle_dv_message_received (void *cls,
209 * @param msgbuf the message to transmit 209 * @param msgbuf the message to transmit
210 * @param msgbuf_size number of bytes in 'msgbuf' 210 * @param msgbuf_size number of bytes in 'msgbuf'
211 * @param timeout when should we time out 211 * @param timeout when should we time out
212 * @param session the session used
212 * @param addr the address to use (can be NULL if the plugin 213 * @param addr the address to use (can be NULL if the plugin
213 * is "on its own" (i.e. re-use existing TCP connection)) 214 * is "on its own" (i.e. re-use existing TCP connection))
214 * @param addrlen length of the address in bytes 215 * @param addrlen length of the address in bytes