aboutsummaryrefslogtreecommitdiff
path: root/src/lib/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/internal.h')
-rw-r--r--src/lib/internal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/internal.h b/src/lib/internal.h
index 1e95698e..8d1f22d8 100644
--- a/src/lib/internal.h
+++ b/src/lib/internal.h
@@ -1542,6 +1542,11 @@ struct MHD_Daemon
1542 bool was_quiesced; 1542 bool was_quiesced;
1543 1543
1544 /** 1544 /**
1545 * Is some connection wanting to resume?
1546 */
1547 bool resuming;
1548
1549 /**
1545 * Allow reusing the address:port combination when binding. 1550 * Allow reusing the address:port combination when binding.
1546 * See #MHD_daemon_listen_allow_address_reuse(). 1551 * See #MHD_daemon_listen_allow_address_reuse().
1547 */ 1552 */