diff options
| author | 2023-02-11 06:28:36 +0100 | |
|---|---|---|
| committer | 2023-02-11 06:28:36 +0100 | |
| commit | 28d1da0a81f0d07d5960792eddce37b22dd43da7 (patch) | |
| tree | d04461b1583863ff6c9fd84202dca50c70d1dc70 /snac.h | |
| parent | Improved Delete button fix. (diff) | |
| download | snac2-28d1da0a81f0d07d5960792eddce37b22dd43da7.tar.gz snac2-28d1da0a81f0d07d5960792eddce37b22dd43da7.tar.xz snac2-28d1da0a81f0d07d5960792eddce37b22dd43da7.zip | |
Don't fail silently if the job fifo is not ready.
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -207,5 +207,6 @@ int snac_init(const char *_basedir); | |||
| 207 | int adduser(const char *uid); | 207 | int adduser(const char *uid); |
| 208 | int resetpwd(snac *snac); | 208 | int resetpwd(snac *snac); |
| 209 | 209 | ||
| 210 | int job_fifo_ready(void); | ||
| 210 | void job_post(const xs_val *job); | 211 | void job_post(const xs_val *job); |
| 211 | void job_wait(xs_val **job); | 212 | void job_wait(xs_val **job); |