diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-15 18:41:42 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-15 18:41:42 +0100 |
commit | d40710eb005cde8c6962d6f5689bc63a4745b1c1 (patch) | |
tree | 349d956f114072764a992afe67aaa7c54038fc63 /common/notification.h | |
parent | 52047ca6d72957dd36c13e1cd93453a7c48e4b17 (diff) | |
download | sink-d40710eb005cde8c6962d6f5689bc63a4745b1c1.tar.gz sink-d40710eb005cde8c6962d6f5689bc63a4745b1c1.zip |
Preparation to get useful notifications to Kube
Diffstat (limited to 'common/notification.h')
-rw-r--r-- | common/notification.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/notification.h b/common/notification.h index 8224f2a..b67a84a 100644 --- a/common/notification.h +++ b/common/notification.h | |||
@@ -34,6 +34,7 @@ public: | |||
34 | enum NoticationType { | 34 | enum NoticationType { |
35 | Shutdown, | 35 | Shutdown, |
36 | Status, | 36 | Status, |
37 | Info, | ||
37 | Warning, | 38 | Warning, |
38 | Progress, | 39 | Progress, |
39 | Inspection, | 40 | Inspection, |