Changeset 38c706cc in mainline for uspace/app/tester/devmap/devmap1.c


Ignore:
Timestamp:
2007-12-04T19:54:53Z (17 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/devmap/devmap1.c

    r90c35436 r38c706cc  
    9191        }
    9292/*     
    93  *      device_phone = (int) IPC_GET_ARG3(answer);
     93 *      device_phone = (int) IPC_GET_ARG5(answer);
    9494 */
    9595        printf("Connected to device.\n");
     
    150150        async_set_client_connection(driver_client_connection);
    151151
    152         ipc_connect_to_me(phone, 0, 0, &callback_phonehash);
     152        ipc_connect_to_me(phone, 0, 0, 0, &callback_phonehash);
    153153/*     
    154154        if (NULL == async_new_connection(callback_phonehash, 0, NULL,
Note: See TracChangeset for help on using the changeset viewer.