Implement first RPC commands to install/launch apps
This commit is contained in:
parent
4d94de8507
commit
ed23744a17
26 changed files with 921 additions and 12 deletions
|
|
@ -40,6 +40,7 @@ int Daemon::run() {
|
|||
});
|
||||
|
||||
auto host_connector = std::make_shared<HostConnector>();
|
||||
host_connector->start();
|
||||
|
||||
trap->run();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue