commit | 611f6bdfdc96cb90aca1c20bc7fe5c76e30dfd44 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Fri Oct 18 13:45:19 2019 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Fri Oct 18 13:46:21 2019 -0700 |
tree | 317d51f5cee7825c7dc3a83ac28ae08cc4cb8731 | |
parent | 531322b23cb0ae5e08f57f6d975f6c4d032a4e33 [diff] [blame] |
VOL-2112 move to voltha-lib-go Change-Id: Ic1af08003c1d2c698c0cce371e64f47b47b8d875
diff --git a/vendor/github.com/DataDog/zstd/zstd_errors.h b/vendor/github.com/DataDog/zstd/zstd_errors.h index 57533f2..92a3433 100644 --- a/vendor/github.com/DataDog/zstd/zstd_errors.h +++ b/vendor/github.com/DataDog/zstd/zstd_errors.h
@@ -72,6 +72,7 @@ ZSTD_error_workSpace_tooSmall= 66, ZSTD_error_dstSize_tooSmall = 70, ZSTD_error_srcSize_wrong = 72, + ZSTD_error_dstBuffer_null = 74, /* following error codes are __NOT STABLE__, they can be removed or changed in future versions */ ZSTD_error_frameIndex_tooLarge = 100, ZSTD_error_seekableIO = 102,