Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/il/ip/ip.h

    rffa2c8ef r88a1bb9  
    3939
    4040#include <fibril_synch.h>
     41#include <ipc/ipc.h>
    4142#include <ipc/services.h>
     43
    4244#include <net/device.h>
    4345#include <net/inet.h>
     
    136138/** IP global data. */
    137139struct ip_globals {
     140        /** Default client connection function for support modules. */
     141        async_client_conn_t client_connection;
    138142        /** Default gateway. */
    139143        ip_route_t gateway;
Note: See TracChangeset for help on using the changeset viewer.