aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_template.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-13 14:12:00 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-13 14:12:00 +0000
commitd0f14ce4076688b90da1a88db984043eceda0566 (patch)
tree36a180c6ae4260f4d4f6e6b84353ebe3d01ca48e /src/transport/plugin_transport_template.c
parent6ba13deb812b0b55ae5c34de044ad4bf6cb7835d (diff)
downloadgnunet-d0f14ce4076688b90da1a88db984043eceda0566.tar.gz
gnunet-d0f14ce4076688b90da1a88db984043eceda0566.zip
transport API changes in preparation for the storm
Diffstat (limited to 'src/transport/plugin_transport_template.c')
-rw-r--r--src/transport/plugin_transport_template.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_template.c b/src/transport/plugin_transport_template.c
index 6ad555a51..f09503b9b 100644
--- a/src/transport/plugin_transport_template.c
+++ b/src/transport/plugin_transport_template.c
@@ -139,6 +139,7 @@ struct Plugin
139 * @param msgbuf the message to transmit 139 * @param msgbuf the message to transmit
140 * @param msgbuf_size number of bytes in 'msgbuf' 140 * @param msgbuf_size number of bytes in 'msgbuf'
141 * @param timeout when should we time out 141 * @param timeout when should we time out
142 * @param session which session must be used (or NULL for "any")
142 * @param addr the address to use (can be NULL if the plugin 143 * @param addr the address to use (can be NULL if the plugin
143 * is "on its own" (i.e. re-use existing TCP connection)) 144 * is "on its own" (i.e. re-use existing TCP connection))
144 * @param addrlen length of the address in bytes 145 * @param addrlen length of the address in bytes
@@ -162,6 +163,7 @@ template_plugin_send (void *cls,
162 size_t msgbuf_size, 163 size_t msgbuf_size,
163 unsigned int priority, 164 unsigned int priority,
164 struct GNUNET_TIME_Relative timeout, 165 struct GNUNET_TIME_Relative timeout,
166 struct Session *session,
165 const void *addr, 167 const void *addr,
166 size_t addrlen, 168 size_t addrlen,
167 int force_address, 169 int force_address,