Changeset 0a866eeb in mainline for uspace/lib/net/il


Ignore:
Timestamp:
2010-10-08T19:45:11Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c69d327
Parents:
d52fbaf
Message:

Fix packet_get_copy() and socket_destroy_core() to use the remote packet
interfaces.

Fix packet_client.h to declare the remote packet interfaces and create
packet_local.h for the use by the packet server (or later possibly also by the
bundle build).

Location:
uspace/lib/net/il
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/net/il/ip_client.c

    rd52fbaf r0a866eeb  
    4040
    4141#include <ip_client.h>
     42#include <packet_client.h>
     43#include <ip_header.h>
     44
    4245#include <packet/packet.h>
    43 #include <packet/packet_client.h>
    44 #include <ip_header.h>
    4546
    4647size_t ip_client_header_length(packet_t packet){
  • uspace/lib/net/il/ip_remote.c

    rd52fbaf r0a866eeb  
    4747#include <net/inet.h>
    4848#include <ip_interface.h>
    49 #include <packet/packet_client.h>
     49#include <packet_client.h>
    5050#include <il_messages.h>
    5151#include <ip_messages.h>
Note: See TracChangeset for help on using the changeset viewer.