Print this page
*** NO COMMENTS ***

@@ -20,10 +20,11 @@
  */
 /*
  * Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  * Copyright (c) 2012, Joyent, Inc. All rights reserved.
+ * Copyright 2012 Nexenta Systems, Inc. All rights reserved.
  */
 
 #ifndef _SYS_DMU_IMPL_H
 #define _SYS_DMU_IMPL_H
 

@@ -288,10 +289,11 @@
         objset_t *dsa_os;
         zio_cksum_t dsa_zc;
         uint64_t dsa_toguid;
         int dsa_err;
         dmu_pendop_t dsa_pending_op;
+        boolean_t sendsize;
 } dmu_sendarg_t;
 
 
 #ifdef  __cplusplus
 }