]> git.ipfire.org Git - thirdparty/zstd.git/commit
Make offload API compatible with static CCtx (#3854)
authorElliot Gorokhovsky <embg@fb.com>
Thu, 28 Dec 2023 19:48:46 +0000 (14:48 -0500)
committerGitHub <noreply@github.com>
Thu, 28 Dec 2023 19:48:46 +0000 (14:48 -0500)
commitc6cabf94417d84ebb5da62e05d8b8a9623763585
tree554066ecae992ce9b5045b5080ee434944619e2a
parent7cf62bc274105f5332bf2d28c57cb6e5669da4d8
Make offload API compatible with static CCtx (#3854)

* Add ZSTD_CCtxParams_registerSequenceProducer() to public API

* add unit test

* add docs to zstd.h

* nits

* Add ZSTDLIB_STATIC_API prefix

* Add asserts
lib/compress/zstd_compress.c
lib/zstd.h
tests/zstreamtest.c