summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Greenan <kmgreen2@gmail.com>2015-03-01 09:03:05 -0800
committerKevin Greenan <kmgreen2@gmail.com>2015-03-01 09:03:05 -0800
commit3926acccf1d6c0f22764c791707cad96625a39db (patch)
tree3c103017779812c1bedea46bc1343d466b8b91f2
parentf39545ac3ac84fb1d53f0b3db0f63ed66d21d6c1 (diff)
downloadpyeclib-3926acccf1d6c0f22764c791707cad96625a39db.tar.gz
Added to the list of supported EC types.
-rw-r--r--pyeclib/ec_iface.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyeclib/ec_iface.py b/pyeclib/ec_iface.py
index fcd3120..b4436c0 100644
--- a/pyeclib/ec_iface.py
+++ b/pyeclib/ec_iface.py
@@ -43,7 +43,8 @@ PYECLIB_MAX_PARITY = 32
VALID_EC_TYPES = ['jerasure_rs_vand',
'jerasure_rs_cauchy',
- 'flat_xor_hd']
+ 'flat_xor_hd_3',
+ 'flat_xor_hd_4']
@unique