Ignore:
Timestamp:
2011-06-22T20:41:41Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ef09a7a
Parents:
55091847
Message:

networking stack: convert to the new async framework

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/net/include/packet_client.h

    r55091847 r6b82009  
    4949
    5050#include <net/packet.h>
     51#include <async.h>
    5152
    5253/** @name Packet client interface */
     
    108109extern int packet_get_addr(const packet_t *, uint8_t **, uint8_t **);
    109110extern int packet_set_addr(packet_t *, const uint8_t *, const uint8_t *, size_t);
    110 extern packet_t *packet_get_copy(int, packet_t *);
     111extern packet_t *packet_get_copy(async_sess_t *, packet_t *);
    111112
    112113/*@}*/
Note: See TracChangeset for help on using the changeset viewer.