tRename raw to generic layer - dedup - deduplicating backup program
HTML git clone git://git.z3bra.org/dedup.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 76740646829a96a6f4e69082141a30886a933ffe
DIR parent 6dea955869804c893de2c0cd1d2b0700d72fe8ea
HTML Author: sin <sin@2f30.org>
Date: Thu, 25 Apr 2019 16:09:34 +0100
Rename raw to generic layer
Diffstat:
M block.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/block.h b/block.h
t@@ -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 */
};