summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/netgraph.h
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2005-09-12 07:41:31 +0000
committerglebius <glebius@FreeBSD.org>2005-09-12 07:41:31 +0000
commite05f61f30dd722e921021031dfbc363fc3758ada (patch)
treeae2273ef68a1ab59c56562c428215c2965ed3e0a /sys/netgraph/netgraph.h
parentb939d57c24bfa2c62ae7bcdea5f390ed5b1475d5 (diff)
downloadFreeBSD-src-e05f61f30dd722e921021031dfbc363fc3758ada.zip
FreeBSD-src-e05f61f30dd722e921021031dfbc363fc3758ada.tar.gz
Remove ng_callout_init_mtx() macro. Mutexed callouts are incompatible
with netgraph(4).
Diffstat (limited to 'sys/netgraph/netgraph.h')
-rw-r--r--sys/netgraph/netgraph.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netgraph/netgraph.h b/sys/netgraph/netgraph.h
index dc33e1f..d0dc8f5 100644
--- a/sys/netgraph/netgraph.h
+++ b/sys/netgraph/netgraph.h
@@ -1087,7 +1087,6 @@ 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_mtx(c,mtx) callout_init_mtx(c, mtx, 0)
/* Flags for netgraph functions. */
#define NG_NOFLAGS 0x00000000 /* no special options */
OpenPOWER on IntegriCloud