MCPcopy Create free account
hub / github.com/davmac314/dinit / stat

Class stat

src/dinit.cc:964–964  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

962{
963 if (control_socket_open) {
964 struct stat stat_buf;
965 if (stat(control_socket_path, &stat_buf) != 0 && errno == ENOENT) {
966 // Looks like our control socket has disappeared from the filesystem. Close our control
967 // socket and re-create it:

Callers 1

open_control_socketFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected