|
The Pedigree Project 0.1
|
Collaboration diagram for outsider:Public Attributes | |
| pid_t | child |
| int | peek_result |
| int | wait_result |
| int | status |
| siginfo_t | peek |
| long | result [3] |
| int | error [3] |
| struct user_regs_struct | registers |
| siginfo_t | info |
Definition at line 7 of file ownership.c.
| pid_t outsider::child |
Definition at line 8 of file ownership.c.
| int outsider::error[3] |
Definition at line 12 of file ownership.c.
| siginfo_t outsider::info |
Definition at line 14 of file ownership.c.
| siginfo_t outsider::peek |
Definition at line 10 of file ownership.c.
| int outsider::peek_result |
Definition at line 9 of file ownership.c.
| struct user_regs_struct outsider::registers |
Definition at line 13 of file ownership.c.
| long outsider::result[3] |
Definition at line 11 of file ownership.c.
| int outsider::status |
Definition at line 9 of file ownership.c.
| int outsider::wait_result |
Definition at line 9 of file ownership.c.