]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/zstd/lib/common/zstd_errors.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / zstd / lib / common / zstd_errors.h
index 92a3433896c54f39d688fca61ecb5bdff34bef2b..998398e7e57f299cbcf5142cb9bf11ce16d3b0f2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-present, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
@@ -76,6 +76,7 @@ typedef enum {
   /* following error codes are __NOT STABLE__, they can be removed or changed in future versions */
   ZSTD_error_frameIndex_tooLarge = 100,
   ZSTD_error_seekableIO          = 102,
+  ZSTD_error_dstBuffer_wrong     = 104,
   ZSTD_error_maxCode = 120  /* never EVER use this value directly, it can change in future versions! Use ZSTD_isError() instead */
 } ZSTD_ErrorCode;