mirror of
https://github.com/versity/scoutfs.git
synced 2026-07-21 07:22:31 +00:00
91acf92666
Add the client work which is regularly scheduled to ask the server for log merging work to do. The relatively simple client work gets a request from the server, finds the log roots to merge given the reqeust seq, performs the merge with a btree call and callbacks, and commits the result to the server. Signed-off-by: Zach Brown <zab@versity.com>