Merge pull request #534 from despair86/master

wtf jeff
This commit is contained in:
Rick V 2019-04-19 12:54:35 -05:00 committed by GitHub
commit 52b2b3bf44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

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);