diff options
author | Rob Norris <[email protected]> | 2023-11-18 21:32:16 +1100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2023-11-27 13:34:43 -0800 |
commit | 803a9c12c911b240f1bb20ac9b542349d49bea3b (patch) | |
tree | b9f08db2550bd5a241ab8ce32a58726547545356 /include/Makefile.am | |
parent | 3551a32e5ed6c79cad192f66f5faf3d4aae8c682 (diff) |
brt: lift internal definitions into _impl header
So that zdb (and others!) can get at the BRT on-disk structures.
Reviewed-by: Alexander Motin <[email protected]>
Reviewed-by: Kay Pedersen <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Rob Norris <[email protected]>
Closes #15541
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 569de6dfa..5f38f6ac6 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -33,6 +33,7 @@ COMMON_H = \ sys/bqueue.h \ sys/btree.h \ sys/brt.h \ + sys/brt_impl.h \ sys/dataset_kstats.h \ sys/dbuf.h \ sys/ddt.h \ |