aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-21 14:23:23 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-21 14:23:25 +0100
commit0bc2fe6fe7442c4d15498e6867a1e58697e809c9 (patch)
tree8262ff23859079411f29dd0e55e7360454739aaa /src/microhttpd/internal.h
parent7aa69301bd05b05c798d887ff62edbe09db75e40 (diff)
downloadlibmicrohttpd-0bc2fe6fe7442c4d15498e6867a1e58697e809c9.tar.gz
libmicrohttpd-0bc2fe6fe7442c4d15498e6867a1e58697e809c9.zip
add -lrt for glib
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 5350c013..3abd9731 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -947,6 +947,12 @@ struct MHD_Connection
947 * Is the connection wanting to resume? 947 * Is the connection wanting to resume?
948 */ 948 */
949 bool resuming; 949 bool resuming;
950
951 /**
952 * Did the connection just resume? (Means we are generous
953 * in dealing with a full read buffer...).
954 */
955 bool just_resumed;
950}; 956};
951 957
952 958