Changeset ad575d7 in mainline
- Timestamp:
- 2006-05-16T09:22:23Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 897f2e76
- Parents:
- e09b75c
- Location:
- generic
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/ipc/ipc.h
re09b75c rad575d7 110 110 * address of the phone that should be connected 111 111 * (TODO: it leaks to userspace) 112 * rec epient - if ipc_answer == 0, then accept connection112 * recipient - if ipc_answer == 0, then accept connection 113 113 * - otherwise connection refused 114 114 * - recepient may forward message. Forwarding … … 123 123 /** Interrupt notification */ 124 124 #define IPC_M_INTERRUPT 4 125 /** Send as_area over ipc125 /** Send as_area over IPC 126 126 * - ARG2 - src base address 127 127 * - ARG3 - size of src as(filled automatically by kernel) -
generic/src/ipc/ipc.c
re09b75c rad575d7 282 282 /** Forwards call from one answerbox to a new one 283 283 * 284 * @param request Request to be forwarded285 * @param new box Target answerbox284 * @param call Call to be redirected. 285 * @param newphone Phone to target answerbox. 286 286 * @param oldbox Old answerbox 287 287 * @return 0 on forward ok, error code, if there was error
Note:
See TracChangeset
for help on using the changeset viewer.