Make buffered writer an independent module

This commit is contained in:
Yinan Zhang
2020-01-09 16:36:09 -08:00
parent 6b6b4709b3
commit 6d8e616902
13 changed files with 76 additions and 57 deletions

View File

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