MFC r258675: Fix build.
This commit is contained in:
parent
416eede02b
commit
9ee780ef73
@ -217,7 +217,7 @@ SDT_PROBE_DEFINE2(vnet, functions, vnet_alloc, return,
|
||||
"int", "struct vnet *");
|
||||
SDT_PROBE_DEFINE2(vnet, functions, vnet_destroy, entry,
|
||||
"int", "struct vnet *");
|
||||
SDT_PROBE_DEFINE1(vnet, functions, vnet_destroy, entry,
|
||||
SDT_PROBE_DEFINE1(vnet, functions, vnet_destroy, return,
|
||||
"int");
|
||||
|
||||
#ifdef DDB
|
||||
|
Loading…
Reference in New Issue
Block a user