Changeset cfaa35a in mainline for kernel/generic/src/ipc/ipcrsc.c


Ignore:
Timestamp:
2012-08-13T09:52:09Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
86939b1
Parents:
cd529c4
Message:

Rename call_t's link to ab_link as this link is exclusively used for
linking the call into one of the answerbox lists.

File:
1 edited

Legend:

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

    rcd529c4 rcfaa35a  
    151151       
    152152        list_foreach(TASK->answerbox.dispatched_calls, lst) {
    153                 call_t *call = list_get_instance(lst, call_t, link);
     153                call_t *call = list_get_instance(lst, call_t, ab_link);
    154154                if ((sysarg_t) call == callid) {
    155155                        result = call;
Note: See TracChangeset for help on using the changeset viewer.