Changeset 3209923 in mainline for uspace/app/tester/ipc/send_async.c
- Timestamp:
- 2007-11-20T09:12:49Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b74959bd
- Parents:
- bc50fc42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/ipc/send_async.c
rbc50fc42 r3209923 49 49 phoneid = c - '0'; 50 50 51 ipc_call_async (phoneid, 2000,0, (void *) msgid, callback, 1);51 ipc_call_async_0(phoneid, 2000, (void *) msgid, callback, 1); 52 52 printf("Async sent - msg %d\n", msgid); 53 53 msgid++;
Note:
See TracChangeset
for help on using the changeset viewer.