diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2016-11-30 03:22:07 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-30 03:22:07 +0300 |
commit | 97506e85e2cf8c726939a872239698d5279a1cfc (patch) | |
tree | ca1b82f105f2aed4210fda0ccdacda83bf6d8a9b /src/core/service.h | |
parent | e7330dfe14b1965fe8a2e25df248f45d46cfb26d (diff) | |
parent | 6375bd2007412b401e8aa528d70d5866057f6fe5 (diff) |
Merge pull request #4745 from joukewitteveen/notify
Improvements for notify services (including #4212)
Diffstat (limited to 'src/core/service.h')
-rw-r--r-- | src/core/service.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/service.h b/src/core/service.h index 278cc1ceb8..e09722a952 100644 --- a/src/core/service.h +++ b/src/core/service.h @@ -65,6 +65,7 @@ typedef enum NotifyAccess { NOTIFY_NONE, NOTIFY_ALL, NOTIFY_MAIN, + NOTIFY_EXEC, _NOTIFY_ACCESS_MAX, _NOTIFY_ACCESS_INVALID = -1 } NotifyAccess; |