1 /**
2 * Copyright (C) 2008 Happy Fish / YuQing
3 *
4 * FastDFS may be copied only under the terms of the GNU General
5 * Public License V3, which may be found in the FastDFS source kit.
6 * Please visit the FastDFS Home Page http://www.fastken.com/ for more detail.
7 **/
8 
9 //tracker_httpd.h
10 
11 #ifndef _TRACKER_HTTP_CHECK_H_
12 #define _TRACKER_HTTP_CHECK_H_
13 
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 
18 extern bool g_http_check_flag;
19 
20 int tracker_http_check_start();
21 int tracker_http_check_stop();
22 
23 #ifdef __cplusplus
24 }
25 #endif
26 
27 #endif
28