diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-29 05:21:03 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-29 05:21:07 +0100 |
commit | 85db4a5a454c6f27bfb4ffa07b62734277aa3bbb (patch) | |
tree | d753adb34128d7f84204459ad69012ded54529de /src/daemon.h | |
parent | implement send_string, remove_job (except for running the job), and get_jobs (diff) | |
download | sat-85db4a5a454c6f27bfb4ffa07b62734277aa3bbb.tar.gz sat-85db4a5a454c6f27bfb4ffa07b62734277aa3bbb.tar.bz2 sat-85db4a5a454c6f27bfb4ffa07b62734277aa3bbb.tar.xz |
implement job running in remove_job
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'src/daemon.h')
-rw-r--r-- | src/daemon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon.h b/src/daemon.h index d279dbc..2e402c8 100644 --- a/src/daemon.h +++ b/src/daemon.h @@ -182,7 +182,7 @@ int send_string(int sockfd, int outfd, ...); * Removes (and optionally runs) a job. * * @param jobno The job number, `NULL` for any job. - * @param runjob Shall we run the job too? + * @param runjob Shall we run the job too? 2 if its time has expired (not forced). * @return 0 on success, -1 on error. * * @throws 0 The job is not in the queue. |