summaryrefslogtreecommitdiffstats
path: root/src/database/engine/journalfile.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/database/engine/journalfile.h (renamed from database/engine/journalfile.h)5
1 files changed, 2 insertions, 3 deletions
diff --git a/database/engine/journalfile.h b/src/database/engine/journalfile.h
index 5cdf72b9d..5bb38b00a 100644
--- a/database/engine/journalfile.h
+++ b/src/database/engine/journalfile.h
@@ -7,7 +7,6 @@
/* Forward declarations */
struct rrdengine_instance;
-struct rrdengine_worker_config;
struct rrdengine_datafile;
struct rrdengine_journalfile;
@@ -85,7 +84,7 @@ struct journal_page_header {
};
uint32_t uuid_offset; // Points back to the UUID list which should point here (UUIDs should much)
uint32_t entries; // Entries
- uuid_t uuid; // Which UUID this is
+ nd_uuid_t uuid; // Which UUID this is
};
// 20 bytes
@@ -101,7 +100,7 @@ struct journal_page_list {
// UUID_LIST
// 36 bytes
struct journal_metric_list {
- uuid_t uuid;
+ nd_uuid_t uuid;
uint32_t entries; // Number of entries
uint32_t page_offset; // OFFSET that contains entries * struct( journal_page_list )
uint32_t delta_start_s; // Min time of metric