MCPcopy Create free account
hub / github.com/ceph/ceph / __erasure_code_init

Function __erasure_code_init

src/test/erasure-code/ErasureCodePluginHangs.cc:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22extern "C" const char *__erasure_code_version() { return CEPH_GIT_NICE_VER; }
23
24extern "C" int __erasure_code_init(char *plugin_name, char *directory)
25{
26 sleep(10);
27 return 0;
28}

Callers 1

thread1Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected