Extents: Split out extent struct.

This commit is contained in:
David T. Goldblatt
2019-09-20 16:18:41 -07:00
committed by David Goldblatt
parent 41187bdfb0
commit 723ccc6c27
14 changed files with 715 additions and 686 deletions

View File

@@ -99,6 +99,7 @@ C_SRCS := $(srcroot)src/jemalloc.c \
$(srcroot)src/background_thread.c \
$(srcroot)src/base.c \
$(srcroot)src/bin.c \
$(srcroot)src/bin_info.c \
$(srcroot)src/bitmap.c \
$(srcroot)src/ckh.c \
$(srcroot)src/ctl.c \