Livl Shell  0.1
Livl Shell is an intermediate reimplementation of the bash shell in C language.
Data Fields
BackgroundProcess Struct Reference

Struct that represents a background process. More...

#include <typedef.h>

Data Fields

pid_t pid
 
int job_number
 
char * command
 

Detailed Description

Struct that represents a background process.

Field Documentation

◆ command

BackgroundProcess::command

Command and its arguments.

◆ job_number

BackgroundProcess::job_number

Job number.

◆ pid

BackgroundProcess::pid

Process ID.


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