Re: [RFC PATCH v2 06/14] job.c: make job_event_* functions static

2021-12-16 Thread Stefan Hajnoczi
On Thu, Nov 04, 2021 at 10:53:26AM -0400, Emanuele Giuseppe Esposito wrote: > job_event_* functions can all be static, as they are not used > outside job.c. > > Signed-off-by: Emanuele Giuseppe Esposito > --- > include/qemu/job.h | 6 -- > job.c | 12 ++-- > 2 files cha

[RFC PATCH v2 06/14] job.c: make job_event_* functions static

2021-11-04 Thread Emanuele Giuseppe Esposito
job_event_* functions can all be static, as they are not used outside job.c. Signed-off-by: Emanuele Giuseppe Esposito --- include/qemu/job.h | 6 -- job.c | 12 ++-- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/include/qemu/job.h b/include/qemu/job.h