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

Method get_stderr

src/common/SubProcess.cc:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72int SubProcess::get_stderr() const {
73 ceph_assert(is_spawned());
74 ceph_assert(stderr_op == PIPE);
75
76 return stderr_pipe_in_fd;
77}
78
79void SubProcess::close(int &fd) {
80 if (fd == -1)

Callers 4

run_quiesce_hookFunction · 0.45
TESTFunction · 0.45
update_from_hookMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36