Changes in uspace/lib/nic/include/nic_driver.h [6b66de6b:bd41ac52] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/nic/include/nic_driver.h
r6b66de6b rbd41ac52 50 50 #include "nic_rx_control.h" 51 51 #include "nic_wol_virtues.h" 52 #include "pcap/include/pcapdump_iface.h"53 52 54 53 struct sw_poll_info { … … 196 195 */ 197 196 poll_request_handler on_poll_request; 198 199 /** Interface for dumping packets */200 pcap_iface_t pcapdump;201 202 197 /** Data specific for particular driver */ 203 198 void *specific;
Note:
See TracChangeset
for help on using the changeset viewer.