diff options
Diffstat (limited to 'update.h')
-rw-r--r-- | update.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -149,6 +149,7 @@ class cUpdate : public cThread, public cStatus, public cParameters long eventId; std::string channelId; time_t start; + int notified; }; // struct to store a recording action delieverd by the status interface |