- Load plugins. Still not fixed sigsegv. Will see after dinner.

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1243 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-09-17 17:36:08 +00:00
parent fbcc9e9267
commit 3fd03341ae
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,7 @@
#include <sgpemv2/cpu_policies_gatekeeper.hh>
#include <sgpemv2/cpu_policy_manager.hh>
#include <sgpemv2/cpu_policy.hh>
#include <sgpemv2/plugin_manager.hh>
#include <sgpemv2/statistics.hh>
#include <sgpemv2/process_statistics.hh>
#include <sgpemv2/thread_statistics.hh>
@ -53,6 +54,9 @@ main(int argc, char** argv)
using namespace sgpem;
// Initialize all preferences and load plugins
PluginManager::get_instance();
Simulation& sim=Simulation::get_instance();
History& hi=sim.get_history();