Changes between Version 3 and Version 4 of AsyncSessions
- Timestamp:
- 2010-12-26T22:14:40Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AsyncSessions
v3 v4 69 69 70 70 /* 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); 72 72 73 73 /* 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); 75 75 if (rc != EOK) { 76 76 /* handle error */