aboutsummaryrefslogtreecommitdiffhomepage
path: root/proc.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-07-08 01:35:39 +1000
committerGravatar axel <axel@liljencrantz.se>2006-07-08 01:35:39 +1000
commit9830bf985ac176b873ce0e833f6fdb1bd9793364 (patch)
treef404af43fd5efaf7dd2adb05d505274768c12090 /proc.h
parent7bb070d8175c23111ac533cef6a4322881324900 (diff)
Fix psub deadlocks by once again considering a job as completed whenever the last process in the pipeline is dead
darcs-hash:20060707153539-ac50b-76842c851c3a4247c086e3242f70361b9d2d396b.gz
Diffstat (limited to 'proc.h')
-rw-r--r--proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proc.h b/proc.h
index 9f557b33..7dbe02ad 100644
--- a/proc.h
+++ b/proc.h
@@ -276,7 +276,7 @@ job_t *job_get_from_pid(int pid);
int job_is_stopped( const job_t *j );
/**
- Tests if the job has completed
+ Tests if the job has completed, i.e. if the last process of the pipeline has ended.
*/
int job_is_completed( const job_t *j );