Changeset c69d327 in mainline for uspace/lib/net/generic


Ignore:
Timestamp:
2010-10-08T21:32:49Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
368fb2c
Parents:
0a866eeb
Message:

Move the common packet interface to libc.

Location:
uspace/lib/net/generic
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/net/generic/packet_client.c

    r0a866eeb rc69d327  
    4444
    4545#include <net_messages.h>
    46 #include <packet/packet.h>
    47 #include <packet/packet_header.h>
     46#include <net/packet.h>
     47#include <net/packet_header.h>
    4848
    4949int packet_copy_data(packet_t packet, const void * data, size_t length)
  • uspace/lib/net/generic/packet_remote.c

    r0a866eeb rc69d327  
    4747#include <packet_remote.h>
    4848
    49 #include <packet/packet.h>
    50 #include <packet/packet_header.h>
     49#include <net/packet.h>
     50#include <net/packet_header.h>
    5151
    5252/** Obtain the packet from the packet server as the shared memory block.
  • uspace/lib/net/generic/socket_core.c

    r0a866eeb rc69d327  
    4646#include <adt/dynamic_fifo.h>
    4747#include <adt/int_map.h>
    48 #include <packet/packet.h>
     48#include <net/packet.h>
    4949#include <packet_client.h>
    5050#include <packet_remote.h>
Note: See TracChangeset for help on using the changeset viewer.