summaryrefslogtreecommitdiffstats
path: root/src/messages/MOSDScrub.h
diff options
context:
space:
mode:
authorSage Weil <sage.weil@dreamhost.com>2012-01-30 21:28:45 +0100
committerSage Weil <sage.weil@dreamhost.com>2012-01-30 21:28:45 +0100
commit0e8129ad683c218c760c5d8c83de272ad53d353a (patch)
tree633c5d96496be0b9c79d67a156c2a20479ff1b79 /src/messages/MOSDScrub.h
parentmsg: use absolute times for message encoding (diff)
downloadceph-0e8129ad683c218c760c5d8c83de272ad53d353a.tar.xz
ceph-0e8129ad683c218c760c5d8c83de272ad53d353a.zip
msg: no cct for decode_payload
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
Diffstat (limited to 'src/messages/MOSDScrub.h')
-rw-r--r--src/messages/MOSDScrub.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/messages/MOSDScrub.h b/src/messages/MOSDScrub.h
index 724ea126247..2f814e7d614 100644
--- a/src/messages/MOSDScrub.h
+++ b/src/messages/MOSDScrub.h
@@ -55,7 +55,7 @@ public:
::encode(scrub_pgs, payload);
::encode(repair, payload);
}
- void decode_payload(CephContext *cct) {
+ void decode_payload() {
bufferlist::iterator p = payload.begin();
::decode(fsid, p);
::decode(scrub_pgs, p);