From 5e4b3ed1ce0d7b45d8ac34dcb38aa122cf31c042 Mon Sep 17 00:00:00 2001 From: x Date: Sun, 15 Jan 2017 13:57:45 +0100 Subject: [PATCH] IcBench: Integer Compression codecs include --- plugins.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins.h b/plugins.h index ea8b372..c89fc75 100644 --- a/plugins.h +++ b/plugins.h @@ -22,6 +22,7 @@ - email : powturbo [_AT_] gmail [_DOT_] com **/ // TurboPFor: plugins.h - settings +#define PG_DLT // delta struct plugs { int id; @@ -31,6 +32,10 @@ struct plugs { unsigned flag,blksize; }; +struct plugg { + char id[17],*desc,*s; +}; + #ifdef __cplusplus extern "C" { #endif