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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/internal.h b/src/lib/internal.h
index 4e8a1470..c6d7bec6 100644
--- a/src/lib/internal.h
+++ b/src/lib/internal.h
@@ -1407,11 +1407,11 @@ struct MHD_Daemon
1407 struct MHD_itc_ itc; 1407 struct MHD_itc_ itc;
1408 1408
1409 /** 1409 /**
1410 * Which threading model do we use? Postive 1410 * Which threading mode do we use? Postive
1411 * numbers indicate the number of worker threads to be used. 1411 * numbers indicate the number of worker threads to be used.
1412 * Values larger than 1 imply a thread pool. 1412 * Values larger than 1 imply a thread pool.
1413 */ 1413 */
1414 enum MHD_ThreadingModel threading_model; 1414 enum MHD_ThreadingMode threading_mode;
1415 1415
1416 /** 1416 /**
1417 * When should we use TCP_FASTOPEN? 1417 * When should we use TCP_FASTOPEN?