Changeset f14291b in mainline for uspace/srv/net/nil/nildummy/nildummy_module.c
- Timestamp:
- 2010-10-19T20:55:53Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a93d79a
- Parents:
- 1882525 (diff), a7a85d16 (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/nil/nildummy/nildummy_module.c
r1882525 rf14291b 38 38 #include <async.h> 39 39 #include <stdio.h> 40 #include <err.h> 40 41 41 42 #include <ipc/ipc.h> 42 43 #include <ipc/services.h> 43 44 44 #include <net_err.h> 45 #include <net_modules.h> 45 #include <net/modules.h> 46 46 #include <net_interface.h> 47 #include < packet/packet.h>47 #include <net/packet.h> 48 48 #include <nil_local.h> 49 49 … … 71 71 72 72 async_set_client_connection(client_connection); 73 int net_phone = net_connect_module( SERVICE_NETWORKING);73 int net_phone = net_connect_module(); 74 74 ERROR_PROPAGATE(pm_init()); 75 75
Note:
See TracChangeset
for help on using the changeset viewer.