aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-11-21 11:08:02 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-11-21 17:37:13 +0300
commit53a691039c1f350229e555070be751d2e4540beb (patch)
treeb7c18c7b6fc61da9b7e35758c929ed91827a783b /src/microhttpd/internal.h
parenta54fe75ecddd2dd7db9abe3cea2e31eb4b3ff9ca (diff)
downloadlibmicrohttpd-53a691039c1f350229e555070be751d2e4540beb.tar.gz
libmicrohttpd-53a691039c1f350229e555070be751d2e4540beb.zip
Moved user options counter to shorter its lifetime
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 3d7d774a..4113e66d 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -2443,15 +2443,6 @@ struct MHD_Daemon
2443 */ 2443 */
2444 unsigned int listen_backlog_size; 2444 unsigned int listen_backlog_size;
2445 2445
2446 /**
2447 * The number of user options used.
2448 *
2449 * Contains number of only meaningful options, i.e. #MHD_OPTION_END
2450 * and #MHD_OPTION_ARRAY are not counted, while options inside
2451 * #MHD_OPTION_ARRAY are counted.
2452 */
2453 size_t num_opts;
2454
2455 /* TODO: replace with a single member */ 2446 /* TODO: replace with a single member */
2456 /** 2447 /**
2457 * The value to be returned by #MHD_get_daemon_info() 2448 * The value to be returned by #MHD_get_daemon_info()