Changeset 60ab6c3 in mainline for uspace/srv/net/tl/udp/udp.c
- Timestamp:
- 2010-03-10T05:46:54Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5782081
- Parents:
- 71b00dcc (diff), b48ebd19 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tl/udp/udp.c
r71b00dcc r60ab6c3 508 508 } 509 509 510 // release the application phone 511 ipc_hangup(app_phone); 512 510 513 // release all local sockets 511 514 socket_cores_release(udp_globals.net_phone, &local_sockets, &udp_globals.sockets, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.