dedup

deduplicating backup program
git clone git://git.2f30.org/dedup
Log | Files | Refs | README | LICENSE

commit 76740646829a96a6f4e69082141a30886a933ffe
parent 6dea955869804c893de2c0cd1d2b0700d72fe8ea
Author: sin <sin@2f30.org>
Date:   Thu, 25 Apr 2019 16:09:34 +0100

Rename raw to generic layer

Diffstat:
Mblock.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/block.h b/block.h @@ -1,5 +1,5 @@ struct bctx { - void *rctx; /* raw layer context */ + void *gctx; /* generic layer context (unused) */ void *cctx; /* compression layer context */ void *sctx; /* storage layer context */ };