summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKevin Greenan <kmgreen2@gmail.com>2014-09-29 13:39:00 -0700
committerKevin Greenan <kmgreen2@gmail.com>2014-09-29 14:01:56 -0700
commit543d7e992354601206645e9dd4b995726bfeca87 (patch)
treee1a3a8cd35d5223ff9aa25511febcc76b1302412 /include
parentbe8dcbcc2736c717df07675d3e83d4736c91a0bd (diff)
downloadliberasurecode-543d7e992354601206645e9dd4b995726bfeca87.tar.gz
Plugging-in the ISA-L backend... Still needs more documentation and a little clean-up, but the tests are passing...
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 1d07297..78fe98d 100644
--- a/include/erasurecode/erasurecode.h
+++ b/include/erasurecode/erasurecode.h
@@ -44,6 +44,7 @@ typedef enum {
EC_BACKEND_JERASURE_RS_VAND = 1,
EC_BACKEND_JERASURE_RS_CAUCHY = 2,
EC_BACKEND_FLAT_XOR_HD = 3,
+ EC_BACKEND_ISA_L_RS_VAND = 4,
EC_BACKENDS_MAX,
} ec_backend_id_t;