summaryrefslogtreecommitdiffstats
path: root/src/include/iprop_hdr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/iprop_hdr.h')
-rw-r--r--src/include/iprop_hdr.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/iprop_hdr.h b/src/include/iprop_hdr.h
index d629542bbb..cd6d3b440b 100644
--- a/src/include/iprop_hdr.h
+++ b/src/include/iprop_hdr.h
@@ -35,6 +35,13 @@ enum iprop_role {
};
typedef enum iprop_role iprop_role;
+/*
+ * Full resync dump versioning
+ */
+#define IPROPX_VERSION_0 0
+#define IPROPX_VERSION_1 1
+#define IPROPX_VERSION IPROPX_VERSION_1
+
#ifdef __cplusplus
}
#endif