diff options
author | glebius <glebius@FreeBSD.org> | 2010-06-30 11:17:55 +0000 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2010-06-30 11:17:55 +0000 |
commit | 9d2ae47a685d5544fb9bde15d1df2321cabfb7d0 (patch) | |
tree | b62709b257bb29f6724fa81623e5d89606293121 | |
parent | df23299909b99ddf451f2e9a56844ba8d99ed2d5 (diff) | |
download | FreeBSD-src-9d2ae47a685d5544fb9bde15d1df2321cabfb7d0.zip FreeBSD-src-9d2ae47a685d5544fb9bde15d1df2321cabfb7d0.tar.gz |
Fix build.
-rw-r--r-- | sys/dev/ixgbe/ixgbe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ixgbe/ixgbe.h b/sys/dev/ixgbe/ixgbe.h index 518b9f5..308d8c6 100644 --- a/sys/dev/ixgbe/ixgbe.h +++ b/sys/dev/ixgbe/ixgbe.h @@ -381,6 +381,7 @@ struct adapter { u32 link_speed; bool link_up; u32 linkvec; + int advertise; /* Mbuf cluster size */ u32 rx_mbuf_sz; |