mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix build for kernels with dtrace hooks.
MFC after: 1 month
This commit is contained in:
parent
dfcbfdbb90
commit
92a9c65b06
1 changed files with 4 additions and 0 deletions
|
|
@ -87,8 +87,12 @@ uint32_t dtio_wait_done_id;
|
|||
|
||||
#define DTRACE_DEVSTAT_START()
|
||||
|
||||
#define DTRACE_DEVSTAT_BIO_START()
|
||||
|
||||
#define DTRACE_DEVSTAT_DONE()
|
||||
|
||||
#define DTRACE_DEVSTAT_BIO_DONE()
|
||||
|
||||
#define DTRACE_DEVSTAT_WAIT_START()
|
||||
|
||||
#define DTRACE_DEVSTAT_WAIT_DONE()
|
||||
|
|
|
|||
Loading…
Reference in a new issue