xukc
[opt]udp
bb16f10
raw
history blame contribute delete
292 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();
char generateRandomKey();
long long currentTimeMillis();
#endif //PROXYSERVER_HV_UTILS_H