Subversion Repositories HelenOS-historic

Rev

Rev 998 | Rev 1027 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 998 Rev 1005
Line 81... Line 81...
81
 
81
 
82
typedef struct {
82
typedef struct {
83
    link_t list;
83
    link_t list;
84
    answerbox_t *callerbox;
84
    answerbox_t *callerbox;
85
    int flags;
85
    int flags;
-
 
86
    task_t *sender;
86
    __native data[IPC_CALL_LEN];
87
    __native data[IPC_CALL_LEN];
87
} call_t;
88
} call_t;
88
 
89
 
89
struct answerbox {
90
struct answerbox {
90
    SPINLOCK_DECLARE(lock);
91
    SPINLOCK_DECLARE(lock);