aboutsummaryrefslogtreecommitdiff
path: root/trunk-recorder/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk-recorder/state.h')
-rw-r--r--trunk-recorder/state.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/trunk-recorder/state.h b/trunk-recorder/state.h
index f0b387c2..e1d29f4e 100644
--- a/trunk-recorder/state.h
+++ b/trunk-recorder/state.h
@@ -10,4 +10,14 @@ enum State { MONITORING = 0,
STOPPED = 6,
AVAILABLE = 7 };
+enum MonitoringState {
+ UNSPECIFIED = 0,
+ UNKNOWN_TG = 1,
+ IGNORED_TG = 2,
+ NO_SOURCE = 3,
+ NO_RECORDER = 4,
+ ENCRYPTED = 5,
+ DUPLICATE = 6,
+ SUPERSEDED = 7};
+
#endif