Changeset cfaa35a in mainline for kernel/generic/include/ipc/ipc.h


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/include/ipc/ipc.h

    rcd529c4 rcfaa35a  
    106106
    107107typedef struct {
    108         link_t link;
     108        /** Answerbox link. */
     109        link_t ab_link;
    109110       
    110111        unsigned int flags;
Note: See TracChangeset for help on using the changeset viewer.