summaryrefslogtreecommitdiff
path: root/src/database/include/db_events.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/database/include/db_events.hpp')
-rw-r--r--src/database/include/db_events.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/database/include/db_events.hpp b/src/database/include/db_events.hpp
index c071c6d4..a1aefc27 100644
--- a/src/database/include/db_events.hpp
+++ b/src/database/include/db_events.hpp
@@ -6,6 +6,7 @@
#pragma once
+#include <stdint.h>
#include "tinyfsm.hpp"
namespace database {
@@ -21,6 +22,7 @@ struct UpdateProgress : tinyfsm::Event {
kScanningForNewTracks,
};
Stage stage;
+ uint64_t val;
};
} // namespace event