aboutsummaryrefslogtreecommitdiffstats
path: root/src/daemon.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-29 20:47:17 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-29 20:47:17 +0100
commitf024ccfe1c22a59d89457f9b78cf230fb17ba5de (patch)
tree32d159af7e9f3b096dd0a94131d7009689edb055 /src/daemon.h
parentm (diff)
downloadsat-f024ccfe1c22a59d89457f9b78cf230fb17ba5de.tar.gz
sat-f024ccfe1c22a59d89457f9b78cf230fb17ba5de.tar.bz2
sat-f024ccfe1c22a59d89457f9b78cf230fb17ba5de.tar.xz
finish satd-diminished, satd-timer to be written
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'src/daemon.h')
-rw-r--r--src/daemon.h10
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.