aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-09-08 12:03:33 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-09-08 12:03:33 +0300
commita9bc3198c8571bd0ceb074ceb8c94b283a6c6696 (patch)
treedaa7d2a64a52c16d0d389ca0d752ad185fb3e86f /src/microhttpd/internal.h
parente55b0418ecae1aea289e8197ef0850690c5fa3f1 (diff)
downloadlibmicrohttpd-a9bc3198c8571bd0ceb074ceb8c94b283a6c6696.tar.gz
libmicrohttpd-a9bc3198c8571bd0ceb074ceb8c94b283a6c6696.zip
Renamed 'pid' -> 'tid' when used for threads
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 56657e19..27e9a50f 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -1386,7 +1386,7 @@ struct MHD_Connection
1386 * Thread handle for this connection (if we are using 1386 * Thread handle for this connection (if we are using
1387 * one thread per connection). 1387 * one thread per connection).
1388 */ 1388 */
1389 MHD_thread_handle_ID_ pid; 1389 MHD_thread_handle_ID_ tid;
1390#endif 1390#endif
1391 1391
1392 /** 1392 /**
@@ -2121,7 +2121,7 @@ struct MHD_Daemon
2121 /** 2121 /**
2122 * The select thread handle (if we have internal select) 2122 * The select thread handle (if we have internal select)
2123 */ 2123 */
2124 MHD_thread_handle_ID_ pid; 2124 MHD_thread_handle_ID_ tid;
2125 2125
2126 /** 2126 /**
2127 * Mutex for per-IP connection counts. 2127 * Mutex for per-IP connection counts.