aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_udp.c')
-rw-r--r--src/transport/plugin_transport_udp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c
index e58d4312e..7d8c1520f 100644
--- a/src/transport/plugin_transport_udp.c
+++ b/src/transport/plugin_transport_udp.c
@@ -129,7 +129,8 @@ struct Plugin;
129 129
130 130
131/** 131/**
132 * Session with another peer. 132 * Session with another peer. FIXME: why not make this into
133 * a regular 'struct Session' and pass it around!?
133 */ 134 */
134struct PeerSession 135struct PeerSession
135{ 136{