diff options
author | Kevin Greenan <kmgreen2@gmail.com> | 2015-01-11 09:41:27 -0800 |
---|---|---|
committer | Kevin Greenan <kmgreen2@gmail.com> | 2015-01-11 09:41:27 -0800 |
commit | 2e153037af2539cc517388c6f6aac2184a703706 (patch) | |
tree | df5cf092e0485631ddad0ce4210c61661b117532 /include/erasurecode/erasurecode.h | |
parent | a11fcb022d9c51f13b1ca787c7476403b112cdc0 (diff) | |
download | liberasurecode-2e153037af2539cc517388c6f6aac2184a703706.tar.gz |
Changing stripe verification to properly work with clients.
Diffstat (limited to 'include/erasurecode/erasurecode.h')
-rw-r--r-- | include/erasurecode/erasurecode.h | 2 |
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; /* =~=*=~==~=*=~==~=*=~==~=*=~===~=*=~==~=*=~===~=*=~==~=*=~===~=*=~==~=*=~= */ |