Changeset f3cb50e in mainline
- Timestamp:
- 2010-11-04T20:16:28Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- de229f8e
- Parents:
- d94f309
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tl/udp/udp.c
rd94f309 rf3cb50e 578 578 return udp_release_and_return(packet, rc); 579 579 580 /* Release the UDP global lock on success. */ 581 fibril_rwlock_write_unlock(&udp_globals.lock); 582 580 583 // send the packet 581 fibril_rwlock_write_unlock(&udp_globals.lock);582 584 ip_send_msg(udp_globals.ip_phone, device_id, packet, SERVICE_UDP, 0); 583 585
Note:
See TracChangeset
for help on using the changeset viewer.