Changeset 8ff0bd2 in mainline for uspace/lib/net/include/packet_client.h
- Timestamp:
- 2011-09-04T11:30:58Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 03bc76a
- Parents:
- d2c67e7 (diff), deac215e (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/include/packet_client.h
rd2c67e7 r8ff0bd2 49 49 50 50 #include <net/packet.h> 51 #include <async.h> 51 52 52 53 /** @name Packet client interface */ … … 108 109 extern int packet_get_addr(const packet_t *, uint8_t **, uint8_t **); 109 110 extern int packet_set_addr(packet_t *, const uint8_t *, const uint8_t *, size_t); 110 extern packet_t *packet_get_copy( int, packet_t *);111 extern packet_t *packet_get_copy(async_sess_t *, packet_t *); 111 112 112 113 /*@}*/
Note:
See TracChangeset
for help on using the changeset viewer.