diff options
Diffstat (limited to 'src/libwaitress/waitress.h')
-rw-r--r-- | src/libwaitress/waitress.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libwaitress/waitress.h b/src/libwaitress/waitress.h index 6f43ca2..ed7d4dc 100644 --- a/src/libwaitress/waitress.h +++ b/src/libwaitress/waitress.h @@ -70,6 +70,7 @@ typedef struct { /* per-request data */ struct { size_t contentLength, contentReceived, chunkSize; + int sockfd; /* first argument is WaitressHandle_t, but that's not defined here */ WaitressHandlerReturn_t (*dataHandler) (void *, char *, const size_t); } request; |