Ignore:
Timestamp:
2012-09-05T22:36:48Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f1d5ef8
Parents:
239acce
Message:

Reference count call_t structures.
Add ipc_call_hold() and ipc_call_release().
Hold the forgotten call during the request_forget() callback.

File:
1 edited

Legend:

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

    r239acce rcd671c3  
    5555         * Context:             caller
    5656         * Caller alive:        guaranteed
    57          * Races with:          request_process(), answer_cleanup()
     57         * Races with:          request_process(), answer_cleanup(),
     58         *                      _ipc_answer_free_call()
    5859         * Invoked on:          all forgotten calls
    5960         */     
Note: See TracChangeset for help on using the changeset viewer.