Rename dirty_queue to dirty_db and make it a single std::map
This commit is contained in:
@@ -2,8 +2,8 @@ all: allocator.o blockstore.o blockstore_init.o blockstore_open.o blockstore_rea
|
||||
clean:
|
||||
rm -f *.o
|
||||
crc32c.o: crc32c.c
|
||||
gcc -c -o $@ $<
|
||||
%.o: %.cpp
|
||||
gcc -c -o $@ $<
|
||||
g++ -c -o $@ $<
|
||||
%.o: %.cpp blockstore.h
|
||||
g++ -c -o $@ $<
|
||||
test: test.cpp
|
||||
gcc -o test -luring test.cpp
|
||||
g++ -o test -luring test.cpp
|
||||
|
||||
Reference in New Issue
Block a user