summaryrefslogtreecommitdiff
path: root/include/erasurecode/erasurecode.h
diff options
context:
space:
mode:
authorKevin Greenan <kmgreen2@gmail.com>2015-01-11 09:41:27 -0800
committerKevin Greenan <kmgreen2@gmail.com>2015-01-11 09:41:27 -0800
commit2e153037af2539cc517388c6f6aac2184a703706 (patch)
treedf5cf092e0485631ddad0ce4210c61661b117532 /include/erasurecode/erasurecode.h
parenta11fcb022d9c51f13b1ca787c7476403b112cdc0 (diff)
downloadliberasurecode-2e153037af2539cc517388c6f6aac2184a703706.tar.gz
Changing stripe verification to properly work with clients.
Diffstat (limited to 'include/erasurecode/erasurecode.h')
-rw-r--r--include/erasurecode/erasurecode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/erasurecode/erasurecode.h b/include/erasurecode/erasurecode.h
index e8ad056..691d470 100644
--- a/include/erasurecode/erasurecode.h
+++ b/include/erasurecode/erasurecode.h
@@ -333,6 +333,8 @@ typedef enum {
EBACKENDINITERR = 202,
EBACKENDINUSE = 203,
EBACKENDNOTAVAIL = 204,
+ EBADCHKSUM = 205,
+ EINVALIDPARAMS = 206,
} LIBERASURECODE_ERROR_CODES;
/* =~=*=~==~=*=~==~=*=~==~=*=~===~=*=~==~=*=~===~=*=~==~=*=~===~=*=~==~=*=~= */