multi front process
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#ifndef CLIENT_H
|
||||
#define CLIENT_H
|
||||
|
||||
#include <uv.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
@@ -101,4 +104,6 @@ void try_reconnect(uv_timer_t* timer);
|
||||
void on_connect(uv_connect_t* req, int status);
|
||||
void on_close(uv_handle_t* handle);
|
||||
void init_clients(uv_loop_t* loop, const std::vector<DeviceInfo>& devices);
|
||||
void stop_all_clients();
|
||||
void stop_all_clients();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user