mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
Fix !INET6 build for various platforms.
This commit is contained in:
parent
7c88e58f46
commit
ccee6fd2e5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=260186
@ -278,7 +278,9 @@ ng_netflow_copyinfo(priv_p priv, struct ng_netflow_info *i)
|
||||
i->nfinfo_inact_exp = counter_u64_fetch(priv->nfinfo_inact_exp);
|
||||
|
||||
i->nfinfo_used = uma_zone_get_cur(priv->zone);
|
||||
#ifdef INET6
|
||||
i->nfinfo_used6 = uma_zone_get_cur(priv->zone6);
|
||||
#endif
|
||||
|
||||
i->nfinfo_alloc_failed = priv->nfinfo_alloc_failed;
|
||||
i->nfinfo_export_failed = priv->nfinfo_export_failed;
|
||||
|
Loading…
Reference in New Issue
Block a user