Changeset c33f39f in mainline for kernel/generic/include/ipc/ipcrsc.h


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

Do not establish callback connections after the answerbox enters cleanup.

File:
1 edited

Legend:

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

    r2541646 rc33f39f  
    4242extern int phone_get(sysarg_t, phone_t **);
    4343extern int phone_alloc(task_t *);
    44 extern void phone_connect(int, answerbox_t *);
     44extern bool phone_connect(int, answerbox_t *);
    4545extern void phone_dealloc(int);
    4646
Note: See TracChangeset for help on using the changeset viewer.