diff options
Diffstat (limited to 'include/sys/dmu_send.h')
-rw-r--r-- | include/sys/dmu_send.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sys/dmu_send.h b/include/sys/dmu_send.h index 65514b762..de590f1d5 100644 --- a/include/sys/dmu_send.h +++ b/include/sys/dmu_send.h @@ -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; |