mirror of
https://github.com/ceph/ceph
synced 2025-02-19 17:08:05 +00:00
ReplicatedPG: take ReplicatedPGRef in BlessedContext
Signed-off-by: Samuel Just <sam.just@inktank.com>
This commit is contained in:
parent
167f852387
commit
7e3ccfef65
@ -239,7 +239,7 @@ public:
|
||||
|
||||
template <typename T>
|
||||
class BlessedGenContext : public GenContext<T> {
|
||||
ReplicatedPG *pg;
|
||||
ReplicatedPGRef pg;
|
||||
GenContext<T> *c;
|
||||
epoch_t e;
|
||||
public:
|
||||
@ -255,7 +255,7 @@ public:
|
||||
}
|
||||
};
|
||||
class BlessedContext : public Context {
|
||||
ReplicatedPG *pg;
|
||||
ReplicatedPGRef pg;
|
||||
Context *c;
|
||||
epoch_t e;
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user