Print this page
*** NO COMMENTS ***

@@ -19,10 +19,11 @@
  * CDDL HEADER END
  */
 /*
  * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
  * Copyright (c) 2012 by Delphix. All rights reserved.
+ * Copyright 2012, Nexenta Systems Inc. All rights reserved.
  */
 
 #ifndef _SYS_ZFS_IOCTL_H
 #define _SYS_ZFS_IOCTL_H
 

@@ -303,10 +304,12 @@
         uint8_t         zc_pad[4];              /* alignment */
         uint64_t        zc_sendobj;
         uint64_t        zc_fromobj;
         uint64_t        zc_createtxg;
         zfs_stat_t      zc_stat;
+        uint64_t        zc_sendcounter;
+        boolean_t       zc_sendsize;
 } zfs_cmd_t;
 
 typedef struct zfs_useracct {
         char zu_domain[256];
         uid_t zu_rid;