summaryrefslogtreecommitdiff
path: root/src/osd/OSD.h
diff options
context:
space:
mode:
authorSamuel Just <sam.just@inktank.com>2013-02-13 13:00:12 -0800
committerSamuel Just <sam.just@inktank.com>2013-02-13 13:32:32 -0800
commit93b3da6a26d4dc09fbf3df401b19c48af48f0223 (patch)
tree5cdbbb21a65d7d2774a2c0f0e2d35adab4b66f58 /src/osd/OSD.h
parentf4b70c8904dea7ec5ae570f7ecac5e64b486e01b (diff)
downloadceph-93b3da6a26d4dc09fbf3df401b19c48af48f0223.tar.gz
PG: place biginfo on the infos object next to the info and epoch keys
This is simpler and possibly more efficient. Signed-off-by: Samuel Just <sam.just@inktank.com>
Diffstat (limited to 'src/osd/OSD.h')
-rw-r--r--src/osd/OSD.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/OSD.h b/src/osd/OSD.h
index c116d4b912a..5680acca178 100644
--- a/src/osd/OSD.h
+++ b/src/osd/OSD.h
@@ -169,7 +169,7 @@ public:
ObjectStore *&store;
LogClient &clog;
PGRecoveryStats &pg_recovery_stats;
- hobject_t infos_oid, biginfos_oid;
+ hobject_t infos_oid;
private:
Messenger *&cluster_messenger;
Messenger *&client_messenger;