Re: [RFC PATCH 08/15] job.c: minor adjustments in preparation to job-driver

2021-11-02 Thread Vladimir Sementsov-Ogievskiy
29.10.2021 19:39, Emanuele Giuseppe Esposito wrote: job_event_* functions can be all static, as they are not used outside job.c Add also missing notifier initialization for the on_idle list in job_create(). Signed-off-by: Emanuele Giuseppe Esposito --- job.c | 13 +++-- 1 file chang

[RFC PATCH 08/15] job.c: minor adjustments in preparation to job-driver

2021-10-29 Thread Emanuele Giuseppe Esposito
job_event_* functions can be all static, as they are not used outside job.c Add also missing notifier initialization for the on_idle list in job_create(). Signed-off-by: Emanuele Giuseppe Esposito --- job.c | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/job.c