Changes in uspace/srv/net/netif/lo/lo.c [79ae36dd:ffa2c8ef] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/netif/lo/lo.c
r79ae36dd rffa2c8ef 39 39 #include <stdio.h> 40 40 #include <str.h> 41 #include <ns.h>42 41 #include <ipc/services.h> 43 42 #include <ipc/nil.h> … … 165 164 int netif_initialize(void) 166 165 { 167 return service_register(SERVICE_LO);166 return async_connect_to_me(PHONE_NS, SERVICE_LO, 0, 0, NULL); 168 167 } 169 168
Note:
See TracChangeset
for help on using the changeset viewer.