summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-03-29 06:49:40 +0000
committerGerrit Code Review <review@openstack.org>2017-03-29 06:49:41 +0000
commit7c4ef60c9d9e69dd23e43ec59d6c03e139a32723 (patch)
tree5480c5659bade1bbdb1ed0e587f21179ccb4997f /include
parent26e47421407634a270806ff396d99c69f3fa861c (diff)
parent90679884efa7bc277ced354032ca655e1e99faa2 (diff)
downloadliberasurecode-7c4ef60c9d9e69dd23e43ec59d6c03e139a32723.tar.gz
Merge "ISA-L: Only calculate gf tables on init, not every encode"
Diffstat (limited to 'include')
-rw-r--r--include/isa_l/isa_l_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/isa_l/isa_l_common.h b/include/isa_l/isa_l_common.h
index caad19a..0445544 100644
--- a/include/isa_l/isa_l_common.h
+++ b/include/isa_l/isa_l_common.h
@@ -52,6 +52,7 @@ typedef struct {
/* fields needed to hold state */
unsigned char *matrix;
+ unsigned char *encode_tables;
int k;
int m;
int w;