mirror of
https://github.com/Simplxss/SignerServer.git
synced 2024-11-21 00:37:53 +08:00
fix linux
This commit is contained in:
parent
260223e70b
commit
33c210b7e0
@ -10,9 +10,9 @@ private:
|
|||||||
std::atomic<uint64_t> counter = 0;
|
std::atomic<uint64_t> counter = 0;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
std::string Server::GetSign(const std::string_view &cmd, const std::string_view &src, const int seq);
|
std::string GetSign(const std::string_view &cmd, const std::string_view &src, const int seq);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
void Init();
|
void Init();
|
||||||
bool Server::Run(const std::string &ip, int port);
|
bool Run(const std::string &ip, int port);
|
||||||
};
|
};
|
Loading…
x
Reference in New Issue
Block a user