summaryrefslogtreecommitdiff
path: root/pyeclib
diff options
context:
space:
mode:
authorKevin Greenan <kmgreen2@gmail.com>2015-05-19 10:31:54 -0700
committerKevin Greenan <kmgreen2@gmail.com>2015-05-19 10:31:54 -0700
commit169feb5589f9b342c0f013a89cb69c7caa6dc1b5 (patch)
treea62036ac043c6faab18841482dbf723621c1d876 /pyeclib
parent041d44311bf3d7d3f655dfc6c692d8693b9e0634 (diff)
downloadpyeclib-169feb5589f9b342c0f013a89cb69c7caa6dc1b5.tar.gz
Plugging in new internal RS backend into pyeclibplugin_internal_rs
Diffstat (limited to 'pyeclib')
-rw-r--r--pyeclib/ec_iface.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/pyeclib/ec_iface.py b/pyeclib/ec_iface.py
index 493ea82..70c3386 100644
--- a/pyeclib/ec_iface.py
+++ b/pyeclib/ec_iface.py
@@ -46,7 +46,8 @@ VALID_EC_TYPES = ['jerasure_rs_vand',
'flat_xor_hd_3',
'flat_xor_hd_4',
'isa_l_rs_vand',
- 'shss']
+ 'shss',
+ 'liberasurecode_rs_vand']
@unique
@@ -94,6 +95,7 @@ class PyECLib_EC_Types(PyECLibEnum):
flat_xor_hd = 3
isa_l_rs_vand = 4
shss = 5
+ liberasurecode_rs_vand = 6
# Output of Erasure (en)Coding process are data "fragments". Fragment data