aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/netgraph.h
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2005-05-16 19:52:42 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2005-05-16 19:52:42 +0000
commit45b719ae2296b9e8ce04949e1a4c6012f0f8174d (patch)
tree8df425c9924ef656989853d44f7af1fc1e9d530e /sys/netgraph/netgraph.h
parent4fc5324557b24de91a263075a74bf5a6186d87e7 (diff)
downloadsrc-45b719ae2296b9e8ce04949e1a4c6012f0f8174d.tar.gz
src-45b719ae2296b9e8ce04949e1a4c6012f0f8174d.zip
Use NG_QUEUE instead of constant.
Notes
Notes: svn path=/head/; revision=146305
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 381b71d0bc82..a963fc818f98 100644
--- a/sys/netgraph/netgraph.h
+++ b/sys/netgraph/netgraph.h
@@ -942,7 +942,7 @@ _ngi_hook(item_p item, char *file, int line)
if ((ng_address_ID((here), (item), \
_dest, 0)) == 0) { \
SAVE_LINE(item); \
- (error) = ng_snd_item((item), 1); \
+ (error) = ng_snd_item((item), NG_QUEUE);\
} else { \
NG_FREE_ITEM(item); \
(error) = EINVAL; \