diff options
Diffstat (limited to 'src/osd/PG.h')
-rw-r--r-- | src/osd/PG.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osd/PG.h b/src/osd/PG.h index 134f5ec470f..b9d3f9ebac1 100644 --- a/src/osd/PG.h +++ b/src/osd/PG.h @@ -172,6 +172,7 @@ protected: Mutex map_lock; list<OpRequestRef> waiting_for_map; OSDMapRef osdmap_ref; + OSDMapRef last_persisted_osdmap_ref; PGPool pool; void queue_op(OpRequestRef op); |