Livl Shell
0.1
Livl Shell is an intermediate reimplementation of the bash shell in C language.
|
Struct that represents a background process. More...
#include <typedef.h>
Data Fields | |
pid_t | pid |
int | job_number |
char * | command |
Struct that represents a background process.
BackgroundProcess::command |
Command and its arguments.
BackgroundProcess::job_number |
Job number.
BackgroundProcess::pid |
Process ID.