diff options
author | Rob Norris <[email protected]> | 2023-06-30 13:35:18 +1000 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2024-02-15 11:45:15 -0800 |
commit | 8e414fcdf40b52442d8fa1faf07c70d291aa8ac2 (patch) | |
tree | 2c32525d72817a2eafe6b61715d0c5a2db1cac02 /include/Makefile.am | |
parent | 909006049f97723140425ea3257300cae45e2866 (diff) |
ddt: split internal DDT API into separate header
Just to make it easier to know which bits to pay attention to.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Rob Norris <[email protected]>
Sponsored-by: Klara, Inc.
Sponsored-by: iXsystems, Inc.
Closes #15887
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index cb28a2d6c..fa725c2e7 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -37,6 +37,7 @@ COMMON_H = \ sys/dataset_kstats.h \ sys/dbuf.h \ sys/ddt.h \ + sys/ddt_impl.h \ sys/dmu.h \ sys/dmu_impl.h \ sys/dmu_objset.h \ |