|
Crinit -- Configurable Rootfs Init
|
#include <crinit-sdefs.h>
Data Fields | |
| char * | name |
| Task name. | |
| pid_t | pid |
| PID of currently running process subordinate to the task, if any. | |
| crinitTaskState_t | state |
| Task state. | |
| struct timespec | createTime |
| The time the task was created (loaded/parsed). | |
| struct timespec | startTime |
| The time the task was last started (i.e. first command was spawned). | |
| struct timespec | endTime |
| The time the task last ended (i.e. either failed or the last command is done). | |
| gid_t | gid |
| GID of currently running process subordinate to the task. | |
| uid_t | uid |
| UID of currently running process subordinate to the task. | |
| char * | username |
| Username of currently running process subordinate to the task. | |
| char * | groupname |
| Groupname of currently running process subordinate to the task. | |
Type to represent an entry in a task list.
| struct timespec crinitTaskListEntry_t::createTime |
The time the task was created (loaded/parsed).
| struct timespec crinitTaskListEntry_t::endTime |
The time the task last ended (i.e. either failed or the last command is done).
| gid_t crinitTaskListEntry_t::gid |
GID of currently running process subordinate to the task.
| char* crinitTaskListEntry_t::groupname |
Groupname of currently running process subordinate to the task.
| char* crinitTaskListEntry_t::name |
Task name.
| pid_t crinitTaskListEntry_t::pid |
PID of currently running process subordinate to the task, if any.
| struct timespec crinitTaskListEntry_t::startTime |
The time the task was last started (i.e. first command was spawned).
| crinitTaskState_t crinitTaskListEntry_t::state |
Task state.
| uid_t crinitTaskListEntry_t::uid |
UID of currently running process subordinate to the task.
| char* crinitTaskListEntry_t::username |
Username of currently running process subordinate to the task.