diff options
| author | Dirk Engling <erdgeist@erdgeist.org> | 2026-04-03 01:40:39 +0200 |
|---|---|---|
| committer | Dirk Engling <erdgeist@erdgeist.org> | 2026-04-03 01:40:39 +0200 |
| commit | e4eb716d2688f5c2d4615d79ad5f4f1eb50a9343 (patch) | |
| tree | 5612056173478fecaad0a030195b6ed2f399df4d /ot_http.h | |
| parent | b20b0b89264e9d28ab873b8b1cc9ba73cdb58aeb (diff) | |
turn all int offsets into size_t
Diffstat (limited to 'ot_http.h')
| -rw-r--r-- | ot_http.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -24,7 +24,7 @@ struct http_data { | |||
| 24 | }; | 24 | }; |
| 25 | 25 | ||
| 26 | ssize_t http_handle_request(const int64 s, struct ot_workstruct *ws); | 26 | ssize_t http_handle_request(const int64 s, struct ot_workstruct *ws); |
| 27 | ssize_t http_sendiovecdata(const int64 s, struct ot_workstruct *ws, int iovec_entries, struct iovec *iovector, int is_partial); | 27 | ssize_t http_sendiovecdata(const int64 s, struct ot_workstruct *ws, size_t iovec_entries, struct iovec *iovector, int is_partial); |
| 28 | ssize_t http_issue_error(const int64 s, struct ot_workstruct *ws, int code); | 28 | ssize_t http_issue_error(const int64 s, struct ot_workstruct *ws, int code); |
| 29 | 29 | ||
| 30 | extern char *g_stats_path; | 30 | extern char *g_stats_path; |
