aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/internal.h')
-rw-r--r--src/daemon/internal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/daemon/internal.h b/src/daemon/internal.h
index cdf93f51..be476f4b 100644
--- a/src/daemon/internal.h
+++ b/src/daemon/internal.h
@@ -825,6 +825,11 @@ struct MHD_Daemon
825 size_t pool_size; 825 size_t pool_size;
826 826
827 /** 827 /**
828 * Size of threads created by MHD.
829 */
830 size_t thread_stack_size;
831
832 /**
828 * Number of worker daemons 833 * Number of worker daemons
829 */ 834 */
830 unsigned int worker_pool_size; 835 unsigned int worker_pool_size;