diff options
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r-- | src/microhttpd/internal.h | 4 |
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. |