Rev 2625 | Rev 2654 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2625 | Rev 2637 | ||
---|---|---|---|
Line 155... | Line 155... | ||
155 | async_set_client_connection(vfs_connection); |
155 | async_set_client_connection(vfs_connection); |
156 | 156 | ||
157 | /* |
157 | /* |
158 | * Register at the naming service. |
158 | * Register at the naming service. |
159 | */ |
159 | */ |
160 | ipc_connect_to_me(PHONE_NS, SERVICE_VFS, 0, &phonead); |
160 | ipc_connect_to_me(PHONE_NS, SERVICE_VFS, 0, 0, &phonead); |
161 | 161 | ||
162 | /* |
162 | /* |
163 | * Start accepting connections. |
163 | * Start accepting connections. |
164 | */ |
164 | */ |
165 | async_manager(); |
165 | async_manager(); |