diff options
Diffstat (limited to 'include/zfs_deleg.h')
-rw-r--r-- | include/zfs_deleg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/zfs_deleg.h b/include/zfs_deleg.h index 9997dffae..16133c59f 100644 --- a/include/zfs_deleg.h +++ b/include/zfs_deleg.h @@ -21,6 +21,7 @@ /* * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. * Copyright 2010 Nexenta Systems, Inc. All rights reserved. + * Copyright (c) 2013 by Delphix. All rights reserved. */ #ifndef _ZFS_DELEG_H @@ -65,6 +66,7 @@ typedef enum { ZFS_DELEG_NOTE_HOLD, ZFS_DELEG_NOTE_RELEASE, ZFS_DELEG_NOTE_DIFF, + ZFS_DELEG_NOTE_BOOKMARK, ZFS_DELEG_NOTE_NONE } zfs_deleg_note_t; |