Implement first RPC commands to install/launch apps

This commit is contained in:
Simon Fels 2016-06-28 19:45:14 +02:00
commit ed23744a17
26 changed files with 921 additions and 12 deletions

View file

@ -40,6 +40,7 @@ int Daemon::run() {
});
auto host_connector = std::make_shared<HostConnector>();
host_connector->start();
trap->run();