summaryrefslogtreecommitdiff
path: root/cpp/src/qmf/engine/EventImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qmf/engine/EventImpl.h')
-rw-r--r--cpp/src/qmf/engine/EventImpl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/qmf/engine/EventImpl.h b/cpp/src/qmf/engine/EventImpl.h
index dfdf64e848..4046e71ef9 100644
--- a/cpp/src/qmf/engine/EventImpl.h
+++ b/cpp/src/qmf/engine/EventImpl.h
@@ -29,9 +29,13 @@
namespace qmf {
namespace engine {
+ typedef boost::shared_ptr<Event> EventPtr;
+
struct EventImpl {
typedef boost::shared_ptr<Value> ValuePtr;
const SchemaEventClass* eventClass;
+ uint64_t timestamp;
+ uint8_t severity;
mutable std::map<std::string, ValuePtr> arguments;
EventImpl(const SchemaEventClass* type);