summaryrefslogtreecommitdiff
path: root/ot_http.h
diff options
context:
space:
mode:
authorerdgeist <>2009-06-17 15:06:31 +0000
committererdgeist <>2009-06-17 15:06:31 +0000
commit65d7d9b89cc44b85d5ef8522276f04c53846acf2 (patch)
treed45907fdefb44d0525ffe7512fe63ea93eb41d51 /ot_http.h
parent2a17f847aeb948d1f788b3454fa66b905ba2f28a (diff)
Allow /stats to be located anywhere in your trackers path
Diffstat (limited to 'ot_http.h')
-rw-r--r--ot_http.h3
1 files changed, 3 insertions, 0 deletions
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 );
27ssize_t http_sendiovecdata( const int64 s, struct ot_workstruct *ws, int iovec_entries, struct iovec *iovector ); 27ssize_t http_sendiovecdata( const int64 s, struct ot_workstruct *ws, int iovec_entries, struct iovec *iovector );
28ssize_t http_issue_error( const int64 s, struct ot_workstruct *ws, int code ); 28ssize_t http_issue_error( const int64 s, struct ot_workstruct *ws, int code );
29 29
30extern char *g_stats_path;
31extern ssize_t g_stats_path_len;
32
30#endif 33#endif