pull/21/head
parent
df431210c9
commit
bdc6324f40
File diff suppressed because it is too large
Load Diff
@ -1,19 +0,0 @@
|
|||||||
#ifndef _NGX_HTTP_UPSTREAM_CHECK_MODELE_H_INCLUDED_
|
|
||||||
#define _NGX_HTTP_UPSTREAM_CHECK_MODELE_H_INCLUDED_
|
|
||||||
|
|
||||||
|
|
||||||
#include <ngx_config.h>
|
|
||||||
#include <ngx_core.h>
|
|
||||||
#include <ngx_http.h>
|
|
||||||
|
|
||||||
ngx_uint_t ngx_http_upstream_check_add_peer(ngx_conf_t *cf,
|
|
||||||
ngx_http_upstream_srv_conf_t *us, ngx_addr_t *peer);
|
|
||||||
|
|
||||||
ngx_uint_t ngx_http_upstream_check_peer_down(ngx_uint_t index);
|
|
||||||
|
|
||||||
void ngx_http_upstream_check_get_peer(ngx_uint_t index);
|
|
||||||
void ngx_http_upstream_check_free_peer(ngx_uint_t index);
|
|
||||||
|
|
||||||
|
|
||||||
#endif //_NGX_HTTP_UPSTREAM_CHECK_MODELE_H_INCLUDED_
|
|
||||||
|
|
Loading…
Reference in new issue