Subversion Repositories HelenOS

Rev

Rev 3912 | Rev 3991 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3912 Rev 3914
Line 230... Line 230...
230
    ERROR_DECLARE;
230
    ERROR_DECLARE;
231
 
231
 
232
    ipcarg_t    phonehash;
232
    ipcarg_t    phonehash;
233
 
233
 
234
    async_set_client_connection( client_connection );
234
    async_set_client_connection( client_connection );
235
    ERROR_PROPAGATE( networking_initialize());
-
 
236
    ERROR_PROPAGATE( REGISTER_ME( SERVICE_NETWORKING, & phonehash ));
-
 
237
    ERROR_PROPAGATE( pm_init());
235
    ERROR_PROPAGATE( pm_init());
-
 
236
    if( ERROR_OCCURRED( networking_initialize())
-
 
237
    || ERROR_OCCURRED( REGISTER_ME( SERVICE_NETWORKING, & phonehash ))){
-
 
238
        pm_destroy();
-
 
239
        return ERROR_CODE;
-
 
240
    }
-
 
241
 
238
    async_manager();
242
    async_manager();
239
 
243
 
-
 
244
    pm_destroy();
240
    return EOK;
245
    return EOK;
241
}
246
}
242
 
247
 
243
int networking_initialize( void ){
248
int networking_initialize( void ){
244
    ERROR_DECLARE;
249
    ERROR_DECLARE;