Changeset 38c706cc in mainline for uspace/app/tester/ipc/register.c


Ignore:
Timestamp:
2007-12-04T19:54:53Z (16 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6364d3c
Parents:
90c35436
Message:

Extended IPC_M_CONNECT_TO_ME to use 3 user defined parameters.
Phone identifier is passed in ARG5.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/ipc/register.c

    r90c35436 r38c706cc  
    7878        for (i = IPC_TEST_START; i < IPC_TEST_START + 10; i++) {
    7979                ipcarg_t phonead;
    80                 int res = ipc_connect_to_me(PHONE_NS, i, 0, &phonead);
     80                int res = ipc_connect_to_me(PHONE_NS, i, 0, 0, &phonead);
    8181                if (!res)
    8282                        break;
Note: See TracChangeset for help on using the changeset viewer.