Changeset 04a73cdf in mainline for ns/ns.c


Ignore:
Timestamp:
2006-05-17T14:05:01Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
04552a80
Parents:
afa6e74
Message:

Sync with kernel.
Add ipc_wait_for_call_timeout() and ipc_trywait_for_call().
Modify ipc_wait_for_call() to be unconditional.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ns/ns.c

    rafa6e74 r04a73cdf  
    9292               
    9393        while (1) {
    94                 callid = ipc_wait_for_call(&call, 0);
     94                callid = ipc_wait_for_call(&call);
    9595//              printf("NS: Call in_phone_hash=%lX...", call.in_phone_hash);
    9696                switch (IPC_GET_METHOD(call)) {
Note: See TracChangeset for help on using the changeset viewer.