summaryrefslogtreecommitdiff
path: root/src/osdc/Objecter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osdc/Objecter.h')
-rw-r--r--src/osdc/Objecter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/osdc/Objecter.h b/src/osdc/Objecter.h
index 1276972cc4b..16d0e5011f5 100644
--- a/src/osdc/Objecter.h
+++ b/src/osdc/Objecter.h
@@ -1254,6 +1254,9 @@ private:
/** Clear the passed flags from the global op flag set */
void clear_global_op_flag(int flags) { global_op_flags &= ~flags; }
+ /// cancel an in-progress request
+ int op_cancel(tid_t tid);
+
// commands
int osd_command(int osd, vector<string>& cmd, bufferlist& inbl, tid_t *ptid,
bufferlist *poutbl, string *prs, Context *onfinish) {