Changeset 9c9bbaf in mainline


Ignore:
Timestamp:
2012-09-03T22:12:02Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2541646
Parents:
5d3ed34
Message:

request_process() is not always called.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/ipc/sysipc_ops.h

    r5d3ed34 r9c9bbaf  
    6666         * Caller alive:        no guarantee
    6767         * Races with:          request_forget()
    68          * Invoked on:          all calls
     68         * Invoked on:          calls that are received by the callee
    6969         */     
    7070        int (* request_process)(call_t *, answerbox_t *);
Note: See TracChangeset for help on using the changeset viewer.