diff options
Diffstat (limited to 'sys/sys/socketvar.h')
| -rw-r--r-- | sys/sys/socketvar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/socketvar.h b/sys/sys/socketvar.h index 40f3dd9baa78..10338d8dc15e 100644 --- a/sys/sys/socketvar.h +++ b/sys/sys/socketvar.h @@ -146,6 +146,7 @@ struct socket { void *so_accept_filter_arg; /* saved filter args */ char *so_accept_filter_str; /* saved user args */ } *so_accf; + int so_fibnum; /* routing domain for this socket */ }; #define SB_EMPTY_FIXUP(sb) do { \ |
