Changeset ba81cab in mainline for generic/include/ipc/ipc.h


Ignore:
Timestamp:
2006-03-18T01:06:13Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fbcfd458
Parents:
81c4c6da
Message:

Better IPC implementation with regard to locking and final cleanup.

File:
1 edited

Legend:

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

    r81c4c6da rba81cab  
    172172extern call_t * ipc_call_alloc(void);
    173173extern void ipc_answerbox_init(answerbox_t *box);
    174 extern void ipc_call_init(call_t *call);
    175 extern void ipc_forward(call_t *call, answerbox_t *newbox,answerbox_t *oldbox);
     174extern void ipc_call_static_init(call_t *call);
    176175extern void task_print_list(void);
     176extern void ipc_forward(call_t *call, phone_t *newphone, answerbox_t *oldbox);
    177177
    178178extern answerbox_t *ipc_phone_0;
Note: See TracChangeset for help on using the changeset viewer.