summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-03-02 12:38:02 +0100
committerdefault <nobody@localhost>2023-03-02 12:38:02 +0100
commit5036cb5e1134d99c967f0de5057801a9b0af96d9 (patch)
treef2bb1aa9cd47ddce5d99c93ee3b518b76986a9e0 /snac.h
parente705e5c3edafe34f1a05f23e97780d4f8acd219f (diff)
Connection jobs are treated as urgent.
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/snac.h b/snac.h
index 9ea3619..6766c55 100644
--- a/snac.h
+++ b/snac.h
@@ -218,5 +218,5 @@ int adduser(const char *uid);
int resetpwd(snac *snac);
int job_fifo_ready(void);
-void job_post(const xs_val *job);
+void job_post(const xs_val *job, int urgent);
void job_wait(xs_val **job);