diff options
Diffstat (limited to 'dev/ns_gige.hh')
-rw-r--r-- | dev/ns_gige.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev/ns_gige.hh b/dev/ns_gige.hh index 7db833028..ade7e32e6 100644 --- a/dev/ns_gige.hh +++ b/dev/ns_gige.hh @@ -396,7 +396,8 @@ class NSGigE : public PciDev Net::EthAddr eaddr; uint32_t tx_fifo_size; uint32_t rx_fifo_size; - bool dedicated; + bool rx_thread; + bool tx_thread; bool dma_no_allocate; }; |