rush
Revamped UNIX Shell
 All Data Structures Files Functions Variables Enumerations Enumerator Macros
Data Fields
ProcInfo Struct Reference

Process-information structure. More...

#include <shellutils.h>

Data Fields

pid_t pid
char * cmdLine
bool background
ProcState state

Detailed Description

Process-information structure.

Field Documentation

bool background

Process should run in the background?

char* cmdLine

Original command line.

pid_t pid

Process ID.

ProcState state

Current process state.


The documentation for this struct was generated from the following file: