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

Method registerPlugin

src/pluginmanager.cpp:48–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46{}
47
48void
49PluginManager::registerPlugin(DmtcpPluginDescriptor_t descr)
50{
51 // TODO(kapil): Validate the incoming descriptor.
52 PluginInfo *info = new PluginInfo(descr);
53
54 pluginInfos.push_back(info);
55}
56
57extern "C" void
58dmtcp_initialize_plugin()

Callers 1

dmtcp_register_pluginFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected