diff options
Diffstat (limited to 'src/shared/btrfs-util.h')
-rw-r--r-- | src/shared/btrfs-util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/btrfs-util.h b/src/shared/btrfs-util.h index e3ad98750f..02e46e30ea 100644 --- a/src/shared/btrfs-util.h +++ b/src/shared/btrfs-util.h @@ -46,6 +46,7 @@ typedef struct BtrfsQuotaInfo { typedef enum BtrfsSnapshotFlags { BTRFS_SNAPSHOT_FALLBACK_COPY = 1, BTRFS_SNAPSHOT_READ_ONLY = 2, + BTRFS_SNAPSHOT_RECURSIVE = 4, } BtrfsSnapshotFlags; int btrfs_is_snapshot(int fd); |