Rename raw to generic layer - dedup - deduplicating backup program
 (HTM) git clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 76740646829a96a6f4e69082141a30886a933ffe
 (DIR) parent 6dea955869804c893de2c0cd1d2b0700d72fe8ea
 (HTM) 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
       @@ -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 */
        };