C-Shell
A simple shell written in C.
Loading...
Searching...
No Matches
job Struct Reference

#include <shelltypes.h>

Data Fields

struct jobnext
 
char * user_command
 
struct commandfirst_command
 
pid_t pgid
 
bool background
 

Detailed Description

A job is a pipeline of commands.

Field Documentation

◆ background

bool job::background

True if background job.

◆ first_command

struct command* job::first_command

List of commands in this job.

◆ next

struct job* job::next

Next active job

◆ pgid

pid_t job::pgid

Process group ID.

◆ user_command

char* job::user_command

The command that created this job.


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