summaryrefslogtreecommitdiff
path: root/https_server_structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'https_server_structs.h')
-rw-r--r--https_server_structs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/https_server_structs.h b/https_server_structs.h
index 09b7074..e00db97 100644
--- a/https_server_structs.h
+++ b/https_server_structs.h
@@ -6,8 +6,8 @@ typedef struct server_socket{
struct pollfd pstruct[1];
SSL *tls_session;
SSL_CTX *tls_context;
- long long int recv_pending_bytes;
- long long int recv_read_bytes;
+ int64_t recv_pending_bytes;
+ int64_t recv_read_bytes;
char *recv_peek;
char *recv_data;
char *send_buffer;