basic POC functionality established for peer module loading

This commit is contained in:
Chris Punches
2025-03-27 22:28:02 -04:00
parent 448dc0cdfd
commit 7b29824e40
9 changed files with 177 additions and 82 deletions

View File

@@ -129,8 +129,6 @@ int main( int argc, char* argv[] )
}
}
g_config_manager.setModulePath(module_path);
// create a module loader object with the determined path
ModuleLoader loader(module_path);
@@ -165,6 +163,8 @@ int main( int argc, char* argv[] )
}
}
g_config_manager.setModulePath(module_path.c_str());
// create a module loader object with the determined path
ModuleLoader loader(module_path);