From 65d7d9b89cc44b85d5ef8522276f04c53846acf2 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Wed, 17 Jun 2009 15:06:31 +0000 Subject: Allow /stats to be located anywhere in your trackers path --- ot_http.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ot_http.h') diff --git a/ot_http.h b/ot_http.h index ced8160..84da0c2 100644 --- a/ot_http.h +++ b/ot_http.h @@ -27,4 +27,7 @@ ssize_t http_handle_request( const int64 s, struct ot_workstruct *ws ); ssize_t http_sendiovecdata( const int64 s, struct ot_workstruct *ws, int iovec_entries, struct iovec *iovector ); ssize_t http_issue_error( const int64 s, struct ot_workstruct *ws, int code ); +extern char *g_stats_path; +extern ssize_t g_stats_path_len; + #endif -- cgit v1.2.3