Changeset 9880813f in mainline
- Timestamp:
- 2010-10-24T21:38:52Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 279b80c
- Parents:
- 57f737a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/packet/generic/packet_server.c
r57f737a r9880813f 172 172 return NULL; 173 173 174 ++ ps_globals.count;174 ps_globals.count++; 175 175 packet->packet_id = ps_globals.count; 176 176 packet->length = length;
Note:
See TracChangeset
for help on using the changeset viewer.