]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
clarified experimentalParam
authorYann Collet <cyan@fb.com>
Tue, 11 Dec 2018 01:36:20 +0000 (17:36 -0800)
committerYann Collet <cyan@fb.com>
Tue, 11 Dec 2018 01:36:20 +0000 (17:36 -0800)
lib/zstd.h

index 0de81f3acab404ba7b4ab5962b9247758cbbdd6c..3e977aa0918f5e33f8ddfc9091efc59b934f090a 100644 (file)
@@ -620,12 +620,13 @@ typedef enum {
      * ZSTD_c_forceMaxWindow
      * ZSTD_c_forceAttachDict
      * Because they are not stable, it's necessary to define ZSTD_STATIC_LINKING_ONLY to access them.
-     * note : never ever use experimentalParam? names directly
+     * note : never ever use experimentalParam? names directly;
+     *        also, the enums values themselves are unstable and can still change.
      */
      ZSTD_c_experimentalParam1=500,
      ZSTD_c_experimentalParam2=10,
      ZSTD_c_experimentalParam3=1000,
-     ZSTD_c_experimentalParam4
+     ZSTD_c_experimentalParam4=1001
 } ZSTD_cParameter;