Move flusher into a separate file

This commit is contained in:
Vitaliy Filippov
2019-11-13 17:46:05 +03:00
parent 75398414d1
commit 214da03735
6 changed files with 301 additions and 293 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
all: allocator.o blockstore.o blockstore_init.o blockstore_open.o blockstore_journal.o blockstore_read.o \
blockstore_write.o blockstore_sync.o blockstore_stable.o crc32c.o ringloop.o test
blockstore_write.o blockstore_sync.o blockstore_stable.o blockstore_flush.o crc32c.o ringloop.o test
clean:
rm -f *.o
crc32c.o: crc32c.c