create / free replicas, plus error handling

This commit is contained in:
Dustin J. Mitchell 2022-01-23 17:24:54 +00:00
parent 33f5f056b1
commit ce56127bbf
9 changed files with 132 additions and 30 deletions

View file

@ -3,7 +3,7 @@ INC=-I ../lib
LIB=-L ../target/debug
RPATH=-Wl,-rpath,../target/debug
TESTS = uuid.cpp
TESTS = replica.cpp
.PHONY: all test