Changeset 65d7b0a in mainline for uspace/lib/net/generic/packet_remote.c
- Timestamp:
- 2011-12-18T09:58:06Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1440eae
- Parents:
- 9fe4db3 (diff), 1761268 (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
-
uspace/lib/net/generic/packet_remote.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/generic/packet_remote.c
r9fe4db3 r65d7b0a 77 77 async_wait_for(message, &result); 78 78 79 if (rc != EOK) { 80 munmap(*packet, size); 79 if (rc != EOK) 81 80 return rc; 82 }83 81 84 82 rc = pm_add(*packet);
Note:
See TracChangeset
for help on using the changeset viewer.
