Changeset 1d81eb6 in mainline


Ignore:
Timestamp:
2017-08-22T20:09:45Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
853802e
Parents:
83b7f4d
Message:

Copy entire ipc_data_t to uspace on answer

This is necessary so that we get the task ID of the other side when creating
callback connections via IPC_M_CONNECT_TO_ME.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/ipc/sysipc.c

    r83b7f4d r1d81eb6  
    756756                }
    757757               
    758                 STRUCT_TO_USPACE(&calldata->args, &call->data.args);
     758                STRUCT_TO_USPACE(calldata, &call->data);
    759759                ipc_call_free(call);
    760760               
Note: See TracChangeset for help on using the changeset viewer.