Changeset 6b66de6b in mainline for uspace/lib/nic/src/nic_driver.c
- Timestamp:
- 2024-02-14T09:18:19Z (16 months ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/nic/src/nic_driver.c
rdc5c303 r6b66de6b 1133 1133 } 1134 1134 1135 pcap_iface_t* nic_get_pcap_iface(nic_t *nic_data) { 1136 1137 return &nic_data->pcapdump; 1138 } 1139 1135 1140 /** @} 1136 1141 */
Note:
See TracChangeset
for help on using the changeset viewer.