Changes in uspace/srv/net/il/ip/ip.h [ffa2c8ef:88a1bb9] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/il/ip/ip.h
rffa2c8ef r88a1bb9 39 39 40 40 #include <fibril_synch.h> 41 #include <ipc/ipc.h> 41 42 #include <ipc/services.h> 43 42 44 #include <net/device.h> 43 45 #include <net/inet.h> … … 136 138 /** IP global data. */ 137 139 struct ip_globals { 140 /** Default client connection function for support modules. */ 141 async_client_conn_t client_connection; 138 142 /** Default gateway. */ 139 143 ip_route_t gateway;
Note:
See TracChangeset
for help on using the changeset viewer.