Add tracing probes to the isc_job unit

Add tracing probes to isc_job unit:

 * libisc:job_cb_before - before the job callback is called
 * libisc:job_cb_after - after the job callback is called
This commit is contained in:
Ondřej Surý
2023-01-30 16:20:40 +01:00
parent dcd60215ac
commit 2484a3702a
3 changed files with 20 additions and 14 deletions

View File

@@ -31,8 +31,6 @@
#include <isc/result.h>
#include <isc/util.h>
#include "job.c"
#include <tests/isc.h>
static atomic_uint scheduled;