MCPcopy Create free account
hub / github.com/dmtcp/dmtcp / initialize

Method initialize

src/pluginmanager.cpp:31–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29DmtcpPluginDescriptor_t dmtcp_PathTranslator_PluginDescr();
30
31void
32PluginManager::initialize()
33{
34 if (pluginManager == NULL) {
35 pluginManager = new PluginManager();
36
37 // Now initialize plugins.
38 // Call into other plugins to have them register with us.
39 if (dmtcp_initialize_plugin != NULL) {
40 dmtcp_initialize_plugin();
41 }
42 }
43}
44
45PluginManager::PluginManager()
46{}

Callers

nothing calls this directly

Calls 1

dmtcp_initialize_pluginFunction · 0.70

Tested by

no test coverage detected