Changeset b61d47d in mainline for uspace/app/tester/ipc
- Timestamp:
- 2007-12-02T20:00:14Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 90c35436
- Parents:
- 8df2eab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/ipc/connect.c
r8df2eab rb61d47d 47 47 48 48 printf("Connecting to %d..", svc); 49 phid = ipc_connect_me_to(PHONE_NS, svc, 0 );49 phid = ipc_connect_me_to(PHONE_NS, svc, 0, 0); 50 50 if (phid > 0) { 51 51 printf("phoneid: %d\n", phid);
Note:
See TracChangeset
for help on using the changeset viewer.