Fix type of variable
This commit is contained in:
parent
e48a88275f
commit
98752b395a
|
@ -66,7 +66,7 @@ namespace multigpu {
|
|||
boost::asio::ip::tcp::endpoint _endpoint;
|
||||
std::vector<std::shared_ptr<Primary>> _sessions;
|
||||
std::shared_ptr<Listener> _listener;
|
||||
uint _next;
|
||||
uint32_t _next;
|
||||
std::unordered_map<Primary *, std::shared_ptr<std::promise<SessionInfo>>> _promises;
|
||||
PrimaryCommands _commander;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue