mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
vnet: add CURVNET_ASSERT_SET for !VIMAGE
Reported by: ler
Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
577130e56e
commit
430e0e409c
1 changed files with 1 additions and 0 deletions
|
|
@ -407,6 +407,7 @@ do { \
|
|||
#define CURVNET_SET(arg)
|
||||
#define CURVNET_SET_QUIET(arg)
|
||||
#define CURVNET_RESTORE()
|
||||
#define CURVNET_ASSERT_SET() \
|
||||
|
||||
#define VNET_LIST_RLOCK()
|
||||
#define VNET_LIST_RLOCK_NOSLEEP()
|
||||
|
|
|
|||
Loading…
Reference in a new issue