aboutsummaryrefslogtreecommitdiff
path: root/src/event/ngx_event_udp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/event/ngx_event_udp.h')
-rw-r--r--src/event/ngx_event_udp.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/event/ngx_event_udp.h b/src/event/ngx_event_udp.h
index 51ca665be..d7a64ee03 100644
--- a/src/event/ngx_event_udp.h
+++ b/src/event/ngx_event_udp.h
@@ -23,6 +23,13 @@
#endif
+struct ngx_udp_connection_s {
+ ngx_rbtree_node_t node;
+ ngx_connection_t *connection;
+ ngx_buf_t *buffer;
+};
+
+
#if (NGX_HAVE_ADDRINFO_CMSG)
typedef union {