ProxyServerTcp / include /hv_utils.h
xukc
[feat]proxy framework
83607bc
raw
history blame
234 Bytes
#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