Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/nic/include/nic_driver.h

    r6b66de6b rbd41ac52  
    5050#include "nic_rx_control.h"
    5151#include "nic_wol_virtues.h"
    52 #include "pcap/include/pcapdump_iface.h"
    5352
    5453struct sw_poll_info {
     
    196195         */
    197196        poll_request_handler on_poll_request;
    198 
    199         /** Interface for dumping packets */
    200         pcap_iface_t pcapdump;
    201 
    202197        /** Data specific for particular driver */
    203198        void *specific;
Note: See TracChangeset for help on using the changeset viewer.