Update core ZFS code from build 121 to build 141.
[zfs.git] / cmd / zfs / zfs_iter.h
index a029077..8c6b9fd 100644 (file)
@@ -42,6 +42,7 @@ typedef struct zfs_sort_column {
 #define        ZFS_ITER_ARGS_CAN_BE_PATHS (1 << 1)
 #define        ZFS_ITER_PROP_LISTSNAPS    (1 << 2)
 #define        ZFS_ITER_DEPTH_LIMIT       (1 << 3)
+#define        ZFS_ITER_RECVD_PROPS       (1 << 4)
 
 int zfs_for_each(int, char **, int options, zfs_type_t,
     zfs_sort_column_t *, zprop_list_t **, int, zfs_iter_f, void *);