mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Fix build: Make forgotten IFNET_MULTIQUEUE to IFNET_BUF_RING
ifdef change.
This commit is contained in:
parent
baf2572c76
commit
950f22e38d
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ typedef struct
|
|||
typedef struct
|
||||
{
|
||||
struct mtx mtx;
|
||||
#ifdef IFNET_MULTIQUEUE
|
||||
#ifdef IFNET_BUF_RING
|
||||
struct buf_ring *br;
|
||||
#endif
|
||||
volatile mcp_kreq_ether_send_t *lanai; /* lanai ptr for sendq */
|
||||
|
|
|
|||
Loading…
Reference in a new issue