aboutsummaryrefslogtreecommitdiff
path: root/src/common/DataStores/DB2FileLoader.h
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2024-01-21 22:25:10 +0100
committerShauren <shauren.trinity@gmail.com>2024-01-21 22:25:10 +0100
commita4a4d010a0e329d4dbd82c0be5feab1fc06c8834 (patch)
treef988bcef679ba35e903a53ab2277ade2a92b0640 /src/common/DataStores/DB2FileLoader.h
parent5cc1b97fc1430f07d8942ae9f87fd5ad9708db59 (diff)
Core: Updated to 10.2.5
Diffstat (limited to 'src/common/DataStores/DB2FileLoader.h')
-rw-r--r--src/common/DataStores/DB2FileLoader.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/DataStores/DB2FileLoader.h b/src/common/DataStores/DB2FileLoader.h
index 29e78463f38..6875335f3ca 100644
--- a/src/common/DataStores/DB2FileLoader.h
+++ b/src/common/DataStores/DB2FileLoader.h
@@ -31,6 +31,8 @@ struct DB2Meta;
struct DB2Header
{
uint32 Signature;
+ uint32 Version;
+ std::array<char, 128> Schema;
uint32 RecordCount;
uint32 FieldCount;
uint32 RecordSize;