add serialization for topk

This commit is contained in:
Bernhard Amann 2013-04-23 23:24:02 -07:00
parent a426c76122
commit 6f863d2259
5 changed files with 209 additions and 0 deletions

View file

@ -104,6 +104,7 @@ SERIAL_VAL(MD5_VAL, 16)
SERIAL_VAL(SHA1_VAL, 17)
SERIAL_VAL(SHA256_VAL, 18)
SERIAL_VAL(ENTROPY_VAL, 19)
SERIAL_VAL(TOPK_VAL, 20)
#define SERIAL_EXPR(name, val) SERIAL_CONST(name, val, EXPR)
SERIAL_EXPR(EXPR, 1)