diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2006-06-06 08:05:27 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2006-06-06 08:05:27 +0000 |
| commit | 27e216594b2b43417785e31c0a502036c833b1ad (patch) | |
| tree | 7b796e5e7ef4b5e9e5948b5cde9f575c028ce313 /sys/netgraph/netgraph.h | |
| parent | 9297f2a72e351f827cc7c46c8c6419705f124668 (diff) | |
Notes
Diffstat (limited to 'sys/netgraph/netgraph.h')
| -rw-r--r-- | sys/netgraph/netgraph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/netgraph.h b/sys/netgraph/netgraph.h index 2e1802e44b2f..313eac86b59b 100644 --- a/sys/netgraph/netgraph.h +++ b/sys/netgraph/netgraph.h @@ -1101,7 +1101,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, CALLOUT_MPSAFE) +#define ng_callout_init(c) callout_init(c, NET_CALLOUT_MPSAFE) /* Flags for netgraph functions. */ #define NG_NOFLAGS 0x00000000 /* no special options */ |
