1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
This commit is contained in:
Rick V 2019-04-19 12:33:40 -05:00
parent 06686773ab
commit 81e88ab351
No known key found for this signature in database
GPG key ID: C0EDC8723FDC3465

View file

@ -114,6 +114,22 @@ struct llarp_win32_loop : public llarp_ev_loop
udp_listen(llarp_udp_io* l, const sockaddr* src);
~llarp_win32_loop();
bool
running() const;
bool
init();
int
tick(int ms);
int
run();
int
udp_bind(const sockaddr* addr);
bool
close_ev(llarp::ev_io* ev);