diff --git a/include/types.h b/include/types.h index 876f336ae..5cc47137a 100644 --- a/include/types.h +++ b/include/types.h @@ -1248,6 +1248,14 @@ typedef struct dictstat } dictstat_t; +typedef struct hashdump +{ + int version; + + hashes_t hashes; + +} hashdump_t; + typedef struct dictstat_ctx { bool enabled;