diff options
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd.h')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd.h b/xlators/mgmt/glusterd/src/glusterd.h index 55ec5f4e1..f897cc6bb 100644 --- a/xlators/mgmt/glusterd/src/glusterd.h +++ b/xlators/mgmt/glusterd/src/glusterd.h @@ -340,6 +340,7 @@ struct glusterd_snap_ { uuid_t cg_id; char *description; time_t time_stamp; + gf_boolean_t snap_restored; gd_snap_status_t snap_status; gf_store_handle_t *shandle; }; |