mirror of
https://github.com/g4klx/DMRGateway.git
synced 2026-04-08 16:03:48 +00:00
Fix Windows.
This commit is contained in:
parent
5051efa78d
commit
7934cc78bb
3 changed files with 21 additions and 14 deletions
|
|
@ -60,6 +60,9 @@ public:
|
|||
void close();
|
||||
void close(const unsigned int index);
|
||||
|
||||
static void startup();
|
||||
static void shutdown();
|
||||
|
||||
static int lookup(const std::string& hostName, unsigned int port, sockaddr_storage& address, unsigned int& address_length);
|
||||
static int lookup(const std::string& hostName, unsigned int port, sockaddr_storage& address, unsigned int& address_length, struct addrinfo& hints);
|
||||
|
||||
|
|
@ -78,4 +81,3 @@ private:
|
|||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue