Merge pull request #21312 from wjwithagen/wjw-PG-public

osd: make PG::*Force* event structs public

Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2018-04-13 17:47:47 +08:00 committed by GitHub
commit 1673af53c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1892,15 +1892,16 @@ protected:
public:
TrivialEvent(DeleteStart)
TrivialEvent(DeleteSome)
protected:
TrivialEvent(DeleteReserved)
TrivialEvent(DeleteInterrupted)
TrivialEvent(SetForceRecovery)
TrivialEvent(UnsetForceRecovery)
TrivialEvent(SetForceBackfill)
TrivialEvent(UnsetForceBackfill)
protected:
TrivialEvent(DeleteReserved)
TrivialEvent(DeleteInterrupted)
/* Encapsulates PG recovery process */
class RecoveryState {
void start_handle(RecoveryCtx *new_ctx);