Subversion Repositories HelenOS

Rev

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

Rev 3020 Rev 3362
Line 258... Line 258...
258
} answerbox_t;
258
} answerbox_t;
259
 
259
 
260
typedef struct {
260
typedef struct {
261
    unative_t args[IPC_CALL_LEN];
261
    unative_t args[IPC_CALL_LEN];
262
    phone_t *phone;
262
    phone_t *phone;
-
 
263
    /*
-
 
264
     * The forward operation can masquerade the caller phone. For those
-
 
265
     * cases, we must keep it aside so that the answer is processed
-
 
266
     * correctly.
-
 
267
     */
-
 
268
    phone_t *caller_phone;
263
} ipc_data_t;
269
} ipc_data_t;
264
 
270
 
265
typedef struct {
271
typedef struct {
266
    link_t link;
272
    link_t link;
267
 
273