diff options
Diffstat (limited to '')
-rw-r--r-- | src/daemon.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/daemon.h b/src/daemon.h index 7567a74..c36e314 100644 --- a/src/daemon.h +++ b/src/daemon.h @@ -45,6 +45,16 @@ */ #define STATE_FILENO 4 +/** + * The file descriptor for the CLOCK_BOOTTIME timer. + */ +#define BOOT_FILENO 5 + +/** + * The file descriptor for the CLOCK_REALTIME timer. + */ +#define REAL_FILENO 6 + /** * Command: queue a job. |