diff --git a/src/proc.h b/src/proc.h index 9d0508f1f..7990174d0 100644 --- a/src/proc.h +++ b/src/proc.h @@ -249,8 +249,7 @@ typedef std::list job_list_t; bool job_list_is_empty(void); -/// A class to aid iteration over jobs list. Note this is used from a signal handler, so it must be -/// careful to not allocate memory. +/// A class to aid iteration over jobs list class job_iterator_t { job_list_t *const job_list; job_list_t::iterator current, end;