]> git.proxmox.com Git - mirror_zfs-debian.git/blobdiff - include/sys/dmu_send.h
Imported Upstream version 0.6.4.2
[mirror_zfs-debian.git] / include / sys / dmu_send.h
index 65514b7620aa71f5dd572d86397e3cafe245927d..de590f1d503ba94125227cfe32f8b9a3088fa01b 100644 (file)
@@ -37,12 +37,12 @@ struct dsl_dataset;
 struct drr_begin;
 struct avl_tree;
 
-int dmu_send(const char *tosnap, const char *fromsnap, int outfd,
-    struct vnode *vp, offset_t *off);
+int dmu_send(const char *tosnap, const char *fromsnap, boolean_t embedok,
+    int outfd, struct vnode *vp, offset_t *off);
 int dmu_send_estimate(struct dsl_dataset *ds, struct dsl_dataset *fromds,
     uint64_t *sizep);
 int dmu_send_obj(const char *pool, uint64_t tosnap, uint64_t fromsnap,
-    int outfd, struct vnode *vp, offset_t *off);
+    boolean_t embedok, int outfd, vnode_t *vp, offset_t *off);
 
 typedef struct dmu_recv_cookie {
        struct dsl_dataset *drc_ds;