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

Method get_abort_code

src/client/MetaRequest.h:110–113  ·  view source on GitHub ↗

* Given that abort() has been called for this request, what `rc` was * passed into it? */

Source from the content-addressed store, hash-verified

108 * passed into it?
109 */
110 int get_abort_code() const
111 {
112 return abort_rc;
113 }
114
115 void set_inode(Inode *in) {
116 _inode = in;

Callers 2

make_requestMethod · 0.80
_do_filelockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected