factor out shell command execution

This commit is contained in:
Martin Michelsen
2025-01-06 00:11:53 -08:00
parent d51f7a0fe7
commit 0be056adce
3 changed files with 18 additions and 11 deletions
+2
View File
@@ -25,6 +25,8 @@ public:
std::shared_ptr<ProxyServer::LinkedSession> get_proxy_session(const std::string& name);
void execute_command(const std::string& command);
protected:
std::shared_ptr<ServerState> state;
std::thread th;