#ifndef PROXYSERVER_HV_UTILS_H #define PROXYSERVER_HV_UTILS_H #include "hv/hloop.h" #include "hv/hthread.h" void init_loop(int _thread_num, hthread_routine worker_thread); hloop_t* get_next_loop(); #endif //PROXYSERVER_HV_UTILS_H