aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_template.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-02-14 23:59:47 +0000
committerChristian Grothoff <christian@grothoff.org>2010-02-14 23:59:47 +0000
commita8a8461c3e3f9f60a99cb7f1f15abb3fb3ebfdf2 (patch)
tree20908bb965384d6ff60ceb1fce3d104f010dff2d /src/transport/plugin_transport_template.c
parentaf63d98838d8b6e03ee304bcf1ae736b0e81b7aa (diff)
downloadgnunet-a8a8461c3e3f9f60a99cb7f1f15abb3fb3ebfdf2.tar.gz
gnunet-a8a8461c3e3f9f60a99cb7f1f15abb3fb3ebfdf2.zip
towards better working transport code
Diffstat (limited to 'src/transport/plugin_transport_template.c')
-rw-r--r--src/transport/plugin_transport_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_template.c b/src/transport/plugin_transport_template.c
index ab4149c90..bac9bcd82 100644
--- a/src/transport/plugin_transport_template.c
+++ b/src/transport/plugin_transport_template.c
@@ -148,7 +148,7 @@ static ssize_t
148template_plugin_send (void *cls, 148template_plugin_send (void *cls,
149 const struct GNUNET_PeerIdentity * 149 const struct GNUNET_PeerIdentity *
150 target, 150 target,
151 char *msgbuf, 151 const char *msgbuf,
152 size_t msgbuf_size, 152 size_t msgbuf_size,
153 unsigned int priority, 153 unsigned int priority,
154 struct GNUNET_TIME_Relative timeout, 154 struct GNUNET_TIME_Relative timeout,