mitigate potential $persist abuse
This commit is contained in:
@@ -207,4 +207,6 @@ struct Lobby : public std::enable_shared_from_this<Lobby> {
|
||||
std::unordered_map<uint32_t, std::shared_ptr<Client>> clients_by_serial_number() const;
|
||||
|
||||
static void dispatch_on_idle_timeout(evutil_socket_t, short, void* ctx);
|
||||
|
||||
static bool compare_shared(const std::shared_ptr<const Lobby>& a, const std::shared_ptr<const Lobby>& b);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user