summaryrefslogtreecommitdiffstats
path: root/src/daemon/proto_stdio_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/proto_stdio_private.h')
-rw-r--r--src/daemon/proto_stdio_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/daemon/proto_stdio_private.h b/src/daemon/proto_stdio_private.h
index 4b0ab6f..209d191 100644
--- a/src/daemon/proto_stdio_private.h
+++ b/src/daemon/proto_stdio_private.h
@@ -42,4 +42,6 @@ static struct state {
static void *read_stdin(void *arg);
static void *write_stdout(void *arg);
+static const struct timespec respite = {0, 10 * 1000 * 1000}; /* 10ms */
+
#endif /* USURPATION_PROTO_STDIO_PRIVATE_H */