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

Method send_fd

src/common/buffer.cc:1970–1972  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1968}
1969
1970int buffer::list::send_fd(int fd) const {
1971 return buffer::list::write_fd(fd);
1972}
1973
1974int buffer::list::write_fd(int fd, uint64_t offset) const
1975{

Callers 1

do_acceptMethod · 0.80

Calls 6

sendClass · 0.85
ceph_sock_errnoFunction · 0.85
cbeginFunction · 0.50
get_num_buffersFunction · 0.50
lengthMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected