MCPcopy Create free account
hub / github.com/F-Stack/f-stack / pidfile_remove

Function pidfile_remove

tools/libutil/pidfile.c:316–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314}
315
316int
317pidfile_remove(struct pidfh *pfh)
318{
319
320 return (_pidfile_remove(pfh, 1));
321}
322
323int
324pidfile_fileno(const struct pidfh *pfh)

Callers 1

nfs_commit_sharesFunction · 0.85

Calls 1

_pidfile_removeFunction · 0.85

Tested by

no test coverage detected