Get rid of hash_mode in dictstat.c

This commit is contained in:
jsteube
2018-12-18 15:00:00 +01:00
parent 9c0a1a53df
commit 4993a85b27
7 changed files with 36 additions and 2 deletions

View File

@@ -117,6 +117,7 @@ void module_register (module_ctx_t *module_ctx)
module_ctx->module_benchmark_hook_salt = NULL;
module_ctx->module_benchmark_mask = NULL;
module_ctx->module_benchmark_salt = NULL;
module_ctx->module_dictstat_disable = NULL;
module_ctx->module_dgst_pos0 = module_dgst_pos0;
module_ctx->module_dgst_pos1 = module_dgst_pos1;
module_ctx->module_dgst_pos2 = module_dgst_pos2;