diff options
Diffstat (limited to 'ot_http.h')
-rw-r--r-- | ot_http.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -27,4 +27,7 @@ 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 ); | 27 | ssize_t http_sendiovecdata( const int64 s, struct ot_workstruct *ws, int iovec_entries, struct iovec *iovector ); |
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; | ||
31 | extern ssize_t g_stats_path_len; | ||
32 | |||
30 | #endif | 33 | #endif |