summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKevin Greenan <kmgreen2@gmail.com>2015-01-19 10:47:41 -0800
committerKevin Greenan <kmgreen2@gmail.com>2015-01-19 10:47:41 -0800
commit09efa2dd8402ecf8a783e6b34bd6b8f667ee3298 (patch)
treef9b9ad49097168a0e66732ce61f0a6a161eb330c /include
parentda335a691481db40f1c508a75411817ef1192f2c (diff)
downloadliberasurecode-09efa2dd8402ecf8a783e6b34bd6b8f667ee3298.tar.gz
Decreasing the verbosity of the tests and renaming one of the stripe verify
tests to a 'fragment verify' test, since it is using is_valid_fragment and and validating fragment headers, not stripe-level.
Diffstat (limited to 'include')
-rw-r--r--include/erasurecode/erasurecode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/erasurecode/erasurecode.h b/include/erasurecode/erasurecode.h
index 691d470..d53f182 100644
--- a/include/erasurecode/erasurecode.h
+++ b/include/erasurecode/erasurecode.h
@@ -335,6 +335,7 @@ typedef enum {
EBACKENDNOTAVAIL = 204,
EBADCHKSUM = 205,
EINVALIDPARAMS = 206,
+ EBADHEADER = 207,
} LIBERASURECODE_ERROR_CODES;
/* =~=*=~==~=*=~==~=*=~==~=*=~===~=*=~==~=*=~===~=*=~==~=*=~===~=*=~==~=*=~= */