Make extent module hermetic.

In the form of extent2.h.  The naming leaves something to be desired, but I'll
leave that for a later diff.
This commit is contained in:
David Goldblatt
2019-12-03 18:31:47 -08:00
committed by David Goldblatt
parent e08c581cf1
commit 92a511d385
13 changed files with 1788 additions and 1815 deletions

View File

@@ -107,6 +107,7 @@ C_SRCS := $(srcroot)src/jemalloc.c \
$(srcroot)src/ehooks.c \
$(srcroot)src/eset.c \
$(srcroot)src/extent.c \
$(srcroot)src/extent2.c \
$(srcroot)src/extent_dss.c \
$(srcroot)src/extent_mmap.c \
$(srcroot)src/hash.c \