Changes in uspace/lib/c/generic/devman.c [398c4d7:0b5a4131] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/devman.c
r398c4d7 r0b5a4131 116 116 { 117 117 ipc_call_t answer; 118 a id_t req = async_send_1(phone, DEVMAN_ADD_MATCH_ID, match_id->score, &answer);118 async_send_1(phone, DEVMAN_ADD_MATCH_ID, match_id->score, &answer); 119 119 int retval = async_data_write_start(phone, match_id->id, str_size(match_id->id)); 120 async_wait_for(req, NULL); 121 return retval; 120 return retval; 122 121 } 123 122
Note:
See TracChangeset
for help on using the changeset viewer.