Changeset 2e51969 in mainline for uspace/app/tester/ipc/send_sync.c
- Timestamp:
- 2007-11-19T12:20:10Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0c09f2b
- Parents:
- e0bc7fc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/ipc/send_sync.c
re0bc7fc r2e51969 30 30 #include <unistd.h> 31 31 #include "../tester.h" 32 #include <ipc/ipc.h> 32 33 33 34 char * test_send_sync(bool quiet) … … 45 46 46 47 printf("Sending msg..."); 47 res = ipc_call_sync_ 2(phoneid, 2000, 0, 0, NULL, NULL);48 res = ipc_call_sync_0_0(phoneid, 2000); 48 49 printf("done: %d\n", res); 49 50
Note:
See TracChangeset
for help on using the changeset viewer.