aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h40
1 files changed, 40 insertions, 0 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 809c99e9..74ece408 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -93,6 +93,46 @@ enum MHD_PollActions
93 93
94 94
95/** 95/**
96 * State of the socket with respect to epoll.
97 */
98enum MHD_EpollState
99 {
100
101 /**
102 *
103 */
104 MHD_EPOLL_STATE_NOTHING = 0,
105
106 /**
107 *
108 */
109 MHD_EPOLL_STATE_NOTHING = 0,
110
111 /**
112 *
113 */
114 MHD_EPOLL_STATE_NOTHING = 0,
115
116 /**
117 *
118 */
119 MHD_EPOLL_STATE_NOTHING = 0,
120
121 /**
122 *
123 */
124 MHD_EPOLL_STATE_NOTHING = 0,
125
126 /**
127 *
128 */
129 MHD_EPOLL_STATE_NOTHING = 0,
130
131
132 };
133
134
135/**
96 * Socket descriptor and events we care about. 136 * Socket descriptor and events we care about.
97 */ 137 */
98struct MHD_Pollfd 138struct MHD_Pollfd