diff options
author | default <nobody@localhost> | 2024-01-08 08:10:57 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2024-01-08 08:10:57 +0100 |
commit | 93e7138e53628a76bed9583c5eb45ccf17b97e21 (patch) | |
tree | fe2b503c3843ec0c836b01821b0210e654a4de34 /snac.h | |
parent | 22cb139d5b320a5c7701d89b7ff1f31d13c00931 (diff) |
Rewritten part of the job threads to be leaner and faster.
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -294,7 +294,6 @@ int deluser(snac *user); extern const char *snac_blurb; -int job_fifo_ready(void); void job_post(const xs_val *job, int urgent); void job_wait(xs_val **job); |