Changes in uspace/srv/bd/rd/rd.c [47b7006:ffa2c8ef] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified uspace/srv/bd/rd/rd.c ¶
r47b7006 rffa2c8ef 102 102 * Now we wait for the client to send us its communication as_area. 103 103 */ 104 unsignedint flags;104 int flags; 105 105 if (async_share_out_receive(&callid, &comm_size, &flags)) { 106 106 fs_va = as_get_mappable_page(comm_size);
Note:
See TracChangeset
for help on using the changeset viewer.