aboutsummaryrefslogtreecommitdiffstats
path: root/src/fuzzy_storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fuzzy_storage.h')
-rw-r--r--src/fuzzy_storage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fuzzy_storage.h b/src/fuzzy_storage.h
index aa3d50133..c317bd99f 100644
--- a/src/fuzzy_storage.h
+++ b/src/fuzzy_storage.h
@@ -14,6 +14,7 @@ struct fuzzy_cmd {
u_char cmd;
uint32_t blocksize;
int32_t value;
+ int32_t flag;
u_char hash[FUZZY_HASHLEN];
};