Changeset b40bfac in mainline for uspace/srv/net/net/net_standalone.c
- Timestamp:
- 2010-11-08T07:13:25Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 63a1e60
- Parents:
- d70a463 (diff), 3da12d74 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/net/net_standalone.c
rd70a463 rb40bfac 28 28 29 29 /** @addtogroup net 30 * 30 * @{ 31 31 */ 32 32 33 33 /** @file 34 * 34 * Wrapper for the standalone networking module. 35 35 */ 36 36 37 #include "net.h" 38 37 39 #include <str.h> 38 40 #include <adt/measured_strings.h> 41 #include <adt/module_map.h> 39 42 #include <ipc/ipc.h> 40 43 #include <ipc/net.h> 41 44 42 45 #include <ip_interface.h> 43 #include <adt/measured_strings.h>44 #include <adt/module_map.h>45 46 #include <packet_server.h> 46 47 47 #include "net.h" 48 49 /** Networking module global data. 50 */ 48 /** Networking module global data. */ 51 49 extern net_globals_t net_globals; 52 50 … … 60 58 * 61 59 */ 62 int net_initialize_build(async_client_conn_t client_connection){ 60 int net_initialize_build(async_client_conn_t client_connection) 61 { 63 62 ERROR_DECLARE; 64 63
Note:
See TracChangeset
for help on using the changeset viewer.