Begin implementation of the STABLE operation

This commit is contained in:
Vitaliy Filippov
2019-11-10 14:37:45 +03:00
parent 7aabe11ef9
commit 890335bff6
4 changed files with 65 additions and 3 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
all: allocator.o blockstore.o blockstore_init.o blockstore_open.o blockstore_read.o blockstore_write.o blockstore_sync.o crc32c.o ringloop.o test
all: allocator.o blockstore.o blockstore_init.o blockstore_open.o blockstore_read.o \
blockstore_write.o blockstore_sync.o blockstore_stable.o crc32c.o ringloop.o test
clean:
rm -f *.o
crc32c.o: crc32c.c