initial spectator + recording implementation

This commit is contained in:
Martin Michelsen
2022-11-30 18:04:51 -08:00
parent b82be91edd
commit f8da4ac7be
22 changed files with 1059 additions and 122 deletions
+4
View File
@@ -234,3 +234,7 @@ shared_ptr<Client> Server::get_client() const {
}
return this->channel_to_client.begin()->second;
}
shared_ptr<struct event_base> Server::get_base() const {
return this->base;
}