[#1523] blobstor: Rename compression.CConfig to Config

Signed-off-by: Evgenii Stratonikov <evgeniy@morphbits.ru>
This commit is contained in:
Evgenii Stratonikov 2022-08-19 17:29:53 +03:00 committed by fyrchik
parent 0042c1d4a6
commit e8c6dce466
12 changed files with 34 additions and 34 deletions

View file

@ -16,8 +16,8 @@ type cfg struct {
openedCacheSize int
blzShallowDepth uint64
blzShallowWidth uint64
*compression.CConfig
blzOpts []blobovnicza.Option
compression *compression.Config
blzOpts []blobovnicza.Option
}
type Option func(*cfg)