Changeset c0e74b1 in mainline for uspace/lib/net/include/ip_remote.h


Ignore:
Timestamp:
2010-10-06T22:58:18Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ae972834
Parents:
49d871ea (diff), d9e2e0e (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.
Message:

Merge from lp:~jakub/helenos/net.

This merge continues with the overhaul of the networking subsystem and procedes
towards the ultimate goal of getting rid of the current lib socket. The current
lib socket mixes code which should either belong to libc, libnet or directly to
the packet server. By moving generic non-networking and client networking code
out of the current lib socket, I am preparing to merge the rest of it to lib net
and the packet server and fix ticket #257 for the modular builds. When this is
done, we can talk of moving some of the networking client code back to a
dedicated client library, but we can just as well keep it in lib C, similar to
how we have file system client code there.

File:
1 edited

Legend:

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

    r49d871ea rc0e74b1  
    3838
    3939#include <ip_codes.h>
    40 #include <inet.h>
    41 #include <in.h>
    42 #include <socket.h>
     40#include <net/inet.h>
     41#include <net/in.h>
    4342
    4443extern int ip_set_gateway_req_remote(int, device_id_t, in_addr_t);
Note: See TracChangeset for help on using the changeset viewer.