Changeset 6b66de6b in mainline for uspace/lib/nic/include/nic_driver.h


Ignore:
Timestamp:
2024-02-14T09:18:19Z (5 months ago)
Author:
Nataliia Korop <n.corop08@…>
Children:
86f862c
Parents:
dc5c303
git-author:
Nataliia Korop <n.corop08@…> (2023-12-19 14:05:46)
git-committer:
Nataliia Korop <n.corop08@…> (2024-02-14 09:18:19)
Message:

pcapdump moved to nic_t struct

File:
1 edited

Legend:

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

    rdc5c303 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.