Changeset dc94cb2 in mainline for uspace/lib/net/generic/packet_remote.c
- Timestamp:
- 2010-09-19T13:33:47Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2a786f9
- Parents:
- 5203efb1 (diff), 7c8267b (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/lib/net/generic/packet_remote.c
r5203efb1 rdc94cb2 70 70 aid_t message = async_send_1(phone, NET_PACKET_GET, packet_id, &answer); 71 71 *packet = (packet_t) as_get_mappable_page(size); 72 if (ERROR_OCCURRED(async_share_in_start_0_0(phone, *packet, size)) 73 ||ERROR_OCCURRED(pm_add(*packet))) {72 if (ERROR_OCCURRED(async_share_in_start_0_0(phone, *packet, size)) || 73 ERROR_OCCURRED(pm_add(*packet))) { 74 74 munmap(*packet, size); 75 75 async_wait_for(message, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.