aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/dsl_bookmark.h
diff options
context:
space:
mode:
authorPaul Dagnelie <[email protected]>2018-10-09 14:05:13 -0700
committerBrian Behlendorf <[email protected]>2018-10-09 14:05:13 -0700
commit0391690583a8c5129477cbdac476130abe4af776 (patch)
tree7e38f5c23407d26f7f19b86f04e0cea7049d5b26 /include/sys/dsl_bookmark.h
parent5e8ff25644dfed600b4bdfb201ea6db003b4ad2c (diff)
Refactor dmu_recv into its own file
This change moves the bottom half of dmu_send.c (where the receive logic is kept) into a new file, dmu_recv.c, and does similarly for receive-related changes in header files. Reviewed by: Matthew Ahrens <[email protected]> Reviewed by: Brian Behlendorf <[email protected]> Signed-off-by: Paul Dagnelie <[email protected]> Closes #7982
Diffstat (limited to 'include/sys/dsl_bookmark.h')
-rw-r--r--include/sys/dsl_bookmark.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sys/dsl_bookmark.h b/include/sys/dsl_bookmark.h
index 3591986d7..e477bb231 100644
--- a/include/sys/dsl_bookmark.h
+++ b/include/sys/dsl_bookmark.h
@@ -20,6 +20,7 @@
#define _SYS_DSL_BOOKMARK_H
#include <sys/zfs_context.h>
+#include <sys/dsl_dataset.h>
#ifdef __cplusplus
extern "C" {