[apps] Split the AppsContainer

Most classes who use AppsContainer don't need to know its whole memory
layout. Let's split AppsContainer in two, and only run will use complete
version.
This commit is contained in:
Romain Goyet
2017-09-14 12:04:06 +02:00
committed by EmilieNumworks
parent dcbc860b6d
commit 173c0249a2
6 changed files with 82 additions and 58 deletions

View File

@@ -1,6 +1,6 @@
#include "apps_container.h"
#include "apps_container_storage.h"
AppsContainer container;
AppsContainerStorage container;
void ion_app() {
container.run();