summaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_socketvar.h
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2010-03-12 15:04:59 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2010-03-12 15:04:59 +0000
commitc1b90938b1a22cbf7245d7272ae9a7600bff5fe3 (patch)
tree608f4dd8db5f440fa1f16dda8e93c606342dccf2 /sys/netgraph/ng_socketvar.h
parent60a25b4ba1ad6517fed2d0b28fa58e1a24445ee0 (diff)
downloadsrc-test2-c1b90938b1a22cbf7245d7272ae9a7600bff5fe3.tar.gz
src-test2-c1b90938b1a22cbf7245d7272ae9a7600bff5fe3.zip
Notes
Diffstat (limited to 'sys/netgraph/ng_socketvar.h')
-rw-r--r--sys/netgraph/ng_socketvar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netgraph/ng_socketvar.h b/sys/netgraph/ng_socketvar.h
index 3cf81035541a..c1e59dcf8a2a 100644
--- a/sys/netgraph/ng_socketvar.h
+++ b/sys/netgraph/ng_socketvar.h
@@ -61,6 +61,7 @@ struct ngsock {
int refs;
struct mtx mtx; /* mtx to wait on */
int error; /* place to store error */
+ ng_ID_t node_id; /* a hint for netstat(1) to find the node */
};
#define NGS_FLAG_NOLINGER 1 /* close with last hook */