Changeset 37c57f2 in mainline for generic/include/ipc/ipc.h


Ignore:
Timestamp:
2006-03-16T20:56:22Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ff14c520
Parents:
6a22fcb
Message:

Added task_print.
Fixed ipc to support connect_me_to.

File:
1 edited

Legend:

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

    r6a22fcb r37c57f2  
    100100 *                       indicating that it wants to be connected to some
    101101 *                       service
     102 *                     - arg1/2 are user specified, arg3 contains
     103 *                       address of the phone that should be connected
     104 *                       (TODO: it leaks to userspace)
    102105 *   recepient         -  if ipc_answer == 0, then accept connection
    103106 *                     -  otherwise connection refused
     
    171174extern void ipc_call_init(call_t *call);
    172175extern void ipc_forward(call_t *call, answerbox_t *newbox,answerbox_t *oldbox);
     176extern void task_print_list(void);
    173177
    174178extern answerbox_t *ipc_phone_0;
Note: See TracChangeset for help on using the changeset viewer.