aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/plugin_transport_udp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_udp.h b/src/transport/plugin_transport_udp.h
index 62352f9fc..44791668b 100644
--- a/src/transport/plugin_transport_udp.h
+++ b/src/transport/plugin_transport_udp.h
@@ -124,6 +124,8 @@ struct UDPMessage
124 124
125}; 125};
126 126
127struct UDP_MessageWrapper;
128
127 129
128/** 130/**
129 * Encapsulation of all of the state of the plugin. 131 * Encapsulation of all of the state of the plugin.