Ignore:
File:
1 edited

Legend:

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

    rbd41ac52 r6b66de6b  
    5050#include "nic_rx_control.h"
    5151#include "nic_wol_virtues.h"
     52#include "pcap/include/pcapdump_iface.h"
    5253
    5354struct sw_poll_info {
     
    195196         */
    196197        poll_request_handler on_poll_request;
     198
     199        /** Interface for dumping packets */
     200        pcap_iface_t pcapdump;
     201
    197202        /** Data specific for particular driver */
    198203        void *specific;
Note: See TracChangeset for help on using the changeset viewer.