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).

File:
1 edited

Legend:

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

    rd52fbaf r0a866eeb  
    4444
    4545#include <net_messages.h>
     46#include <packet_client.h>
     47#include <packet_remote.h>
     48
    4649#include <packet/packet.h>
    47 #include <packet/packet_client.h>
    4850#include <packet/packet_header.h>
    49 #include <packet_remote.h>
    5051
    5152/** Obtain the packet from the packet server as the shared memory block.
Note: See TracChangeset for help on using the changeset viewer.