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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index ac8f7330..ac7531f1 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -996,6 +996,11 @@ struct MHD_Connection
996 bool suspended; 996 bool suspended;
997 997
998 /** 998 /**
999 * Special member to be returned by #MHD_get_connection_info()
1000 */
1001 int suspended_dummy;
1002
1003 /**
999 * Is the connection wanting to resume? 1004 * Is the connection wanting to resume?
1000 */ 1005 */
1001 bool resuming; 1006 bool resuming;