diff options
| author | Qing Li <qingli@FreeBSD.org> | 2008-04-13 05:45:14 +0000 |
|---|---|---|
| committer | Qing Li <qingli@FreeBSD.org> | 2008-04-13 05:45:14 +0000 |
| commit | e440aed958ab32b6828b78ca6cec13c71cd2f4f2 (patch) | |
| tree | 03815f4a4313c90b705a6c025d169df0eddd29c1 /sys/net/radix.h | |
| parent | 22dd228d5d8b093829d5e35a0f7f032cf7cea8b9 (diff) | |
Notes
Diffstat (limited to 'sys/net/radix.h')
| -rw-r--r-- | sys/net/radix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/radix.h b/sys/net/radix.h index ca530955e59ae..376fdda37c093 100644 --- a/sys/net/radix.h +++ b/sys/net/radix.h @@ -130,6 +130,7 @@ struct radix_node_head { void (*rnh_close) /* do something when the last ref drops */ (struct radix_node *rn, struct radix_node_head *head); struct radix_node rnh_nodes[3]; /* empty tree for common case */ + int rnh_multipath; /* multipath capable ? */ #ifdef _KERNEL struct mtx rnh_mtx; /* locks entire radix tree */ #endif |
