diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sys/fs/zfs.h | 1 | ||||
-rw-r--r-- | include/sys/vdev_impl.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/sys/fs/zfs.h b/include/sys/fs/zfs.h index 05b7685f5..85512618c 100644 --- a/include/sys/fs/zfs.h +++ b/include/sys/fs/zfs.h @@ -720,6 +720,7 @@ typedef struct zpool_load_policy { #define ZPOOL_CONFIG_MMP_HOSTNAME "mmp_hostname" /* not stored on disk */ #define ZPOOL_CONFIG_MMP_HOSTID "mmp_hostid" /* not stored on disk */ #define ZPOOL_CONFIG_ALLOCATION_BIAS "alloc_bias" /* not stored on disk */ +#define ZPOOL_CONFIG_EXPANSION_TIME "expansion_time" /* not stored */ /* * The persistent vdev state is stored as separate values rather than a single diff --git a/include/sys/vdev_impl.h b/include/sys/vdev_impl.h index 7b07fe6c1..6c13a548f 100644 --- a/include/sys/vdev_impl.h +++ b/include/sys/vdev_impl.h @@ -344,6 +344,7 @@ struct vdev { uint64_t vdev_leaf_zap; hrtime_t vdev_mmp_pending; /* 0 if write finished */ uint64_t vdev_mmp_kstat_id; /* to find kstat entry */ + uint64_t vdev_expansion_time; /* vdev's last expansion time */ /* * For DTrace to work in userland (libzpool) context, these fields must |