Changes in uspace/srv/bd/rd/rd.c [ffa2c8ef:47b7006] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/rd/rd.c
rffa2c8ef r47b7006 102 102 * Now we wait for the client to send us its communication as_area. 103 103 */ 104 int flags;104 unsigned 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.