Fix build.

This commit is contained in:
Gleb Smirnoff 2013-11-27 07:21:25 +00:00
parent 384305ff48
commit 4678c74014

View File

@ -216,7 +216,7 @@ SDT_PROBE_DEFINE2(vnet, functions, vnet_alloc, return,
"int", "struct vnet *"); "int", "struct vnet *");
SDT_PROBE_DEFINE2(vnet, functions, vnet_destroy, entry, SDT_PROBE_DEFINE2(vnet, functions, vnet_destroy, entry,
"int", "struct vnet *"); "int", "struct vnet *");
SDT_PROBE_DEFINE1(vnet, functions, vnet_destroy, entry, SDT_PROBE_DEFINE1(vnet, functions, vnet_destroy, return,
"int"); "int");
#ifdef DDB #ifdef DDB