Changeset 46e2152 in mainline for uspace/lib/pcap/src/pcap_dumper.c
- Timestamp:
- 2024-12-28T18:44:18Z (14 months ago)
- Children:
- 503ce85
- Parents:
- caac052
- File:
-
- 1 edited
-
uspace/lib/pcap/src/pcap_dumper.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/pcap/src/pcap_dumper.c
rcaac052 r46e2152 227 227 { 228 228 fibril_mutex_lock(&dumper->mutex); 229 errno_t rc = EOK;230 229 dumper->writer.ops = &ops[index]; 231 230 fibril_mutex_unlock(&dumper->mutex); 232 return rc;231 return EOK; 233 232 } 234 233
Note:
See TracChangeset
for help on using the changeset viewer.
