aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-08-27 20:33:34 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-08-27 21:45:49 +0300
commit4fc783ecbd230c5c8e8ed0de1818b252070ef979 (patch)
tree9308a380fb4d3ed70588b0641362e8607d48631d /src/microhttpd/internal.h
parent3e7a55e9685eb8bf51b6307883b366b2dd38948a (diff)
downloadlibmicrohttpd-4fc783ecbd230c5c8e8ed0de1818b252070ef979.tar.gz
libmicrohttpd-4fc783ecbd230c5c8e8ed0de1818b252070ef979.zip
mhd_threads: added thread ID support
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 85fe2487..602a5d4f 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -755,7 +755,7 @@ struct MHD_Connection
755 * Thread handle for this connection (if we are using 755 * Thread handle for this connection (if we are using
756 * one thread per connection). 756 * one thread per connection).
757 */ 757 */
758 MHD_thread_handle_ pid; 758 MHD_thread_handle_ID_ pid;
759 759
760 /** 760 /**
761 * Size of @e read_buffer (in bytes). This value indicates 761 * Size of @e read_buffer (in bytes). This value indicates
@@ -1442,7 +1442,7 @@ struct MHD_Daemon
1442 /** 1442 /**
1443 * The select thread handle (if we have internal select) 1443 * The select thread handle (if we have internal select)
1444 */ 1444 */
1445 MHD_thread_handle_ pid; 1445 MHD_thread_handle_ID_ pid;
1446 1446
1447 /** 1447 /**
1448 * Mutex for per-IP connection counts. 1448 * Mutex for per-IP connection counts.