Changes between Version 3 and Version 4 of AsyncSessions


Ignore:
Timestamp:
2010-12-26T22:14:40Z (13 years ago)
Author:
Jiri Svoboda
Comment:

Fix copy-and-paste error.

Legend:

Unmodified
Added
Removed
Modified
  • AsyncSessions

    v3 v4  
    6969
    7070    /* Send first request R1 (including operation code). */
    71     req = async_send_1(my_phone, MYSRV_READ, arg);
     71    req = async_send_1(phone, MYSRV_READ, arg);
    7272
    7373    /* Send second request (IPC_READ) and wait for result. */
    74     rc = async_data_read_start(my_phone, buf, bufsize);
     74    rc = async_data_read_start(phone, buf, bufsize);
    7575    if (rc != EOK) {
    7676        /* handle error */