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