mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-23 10:53:04 -04:00
MINOR: haproxy: export run_poll_loop
This will help refine debug traces.
This commit is contained in:
parent
1827845a3d
commit
3ebd55ee51
2 changed files with 2 additions and 1 deletions
|
|
@ -276,6 +276,7 @@ int delete_oldpid(int pid);
|
|||
|
||||
int main(int argc, char **argv);
|
||||
void deinit(void);
|
||||
void run_poll_loop(void);
|
||||
void hap_register_build_opts(const char *str, int must_free);
|
||||
void hap_register_post_check(int (*fct)());
|
||||
void hap_register_post_proxy_check(int (*fct)(struct proxy *));
|
||||
|
|
|
|||
|
|
@ -2616,7 +2616,7 @@ void deinit(void)
|
|||
|
||||
|
||||
/* Runs the polling loop */
|
||||
static void run_poll_loop()
|
||||
void run_poll_loop()
|
||||
{
|
||||
int next, wake;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue