summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/netgraph.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-07-28 07:31:30 +0000
committerrwatson <rwatson@FreeBSD.org>2007-07-28 07:31:30 +0000
commita62dbe240a72505ede1aa44338d48387b1f57dff (patch)
tree53267e076ee890eac40b73468ae3007d9979e4d7 /sys/netgraph/netgraph.h
parentdff1b6c68a8d4d1fc50a981e37d4dbf87b06a37a (diff)
downloadFreeBSD-src-a62dbe240a72505ede1aa44338d48387b1f57dff.zip
FreeBSD-src-a62dbe240a72505ede1aa44338d48387b1f57dff.tar.gz
Replace references to NET_CALLOUT_MPSAFE with CALLOUT_MPSAFE, and remove
definition of NET_CALLOUT_MPSAFE, which is no longer required now that debug.mpsafenet has been removed. The once over: bz Approved by: re (kensmith)
Diffstat (limited to 'sys/netgraph/netgraph.h')
-rw-r--r--sys/netgraph/netgraph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/netgraph.h b/sys/netgraph/netgraph.h
index fdf78c9..4fa20e1 100644
--- a/sys/netgraph/netgraph.h
+++ b/sys/netgraph/netgraph.h
@@ -1097,7 +1097,7 @@ int ng_send_fn1(node_p node, hook_p hook, ng_item_fn *fn,
int ng_uncallout(struct callout *c, node_p node);
int ng_callout(struct callout *c, node_p node, hook_p hook, int ticks,
ng_item_fn *fn, void * arg1, int arg2);
-#define ng_callout_init(c) callout_init(c, NET_CALLOUT_MPSAFE)
+#define ng_callout_init(c) callout_init(c, CALLOUT_MPSAFE)
/* Flags for netgraph functions. */
#define NG_NOFLAGS 0x00000000 /* no special options */
OpenPOWER on IntegriCloud