Subversion Repositories HelenOS-historic

Rev

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

Rev 1363 Rev 1365
Line 89... Line 89...
89
//      printf("%s: cannot create hash table\n", NAME);
89
//      printf("%s: cannot create hash table\n", NAME);
90
        return ENOMEM;
90
        return ENOMEM;
91
    }
91
    }
92
       
92
       
93
    while (1) {
93
    while (1) {
94
        callid = ipc_wait_for_call(&call, 0);
94
        callid = ipc_wait_for_call(&call);
95
//      printf("NS: Call in_phone_hash=%lX...", call.in_phone_hash);
95
//      printf("NS: Call in_phone_hash=%lX...", call.in_phone_hash);
96
        switch (IPC_GET_METHOD(call)) {
96
        switch (IPC_GET_METHOD(call)) {
97
        case IPC_M_AS_AREA_SEND:
97
        case IPC_M_AS_AREA_SEND:
98
            as_area = (char *)IPC_GET_ARG2(call);
98
            as_area = (char *)IPC_GET_ARG2(call);
99
//          printf("Received as_area: %P, size:%d\n", as_area, IPC_GET_ARG3(call));
99
//          printf("Received as_area: %P, size:%d\n", as_area, IPC_GET_ARG3(call));