Quash Shell  0.1
A simple yet powerfull shell program
Public Attributes | List of all members
KillCommand Struct Reference

Command to kill a process based on it's job id. More...

#include <command.h>

Public Attributes

CommandType type
 
int sig
 
int job
 
char * sig_str
 
char * job_str
 

Detailed Description

Command to kill a process based on it's job id.

See also
CommandType, Command

Member Data Documentation

int KillCommand::job

Job id number

char* KillCommand::job_str

String holding the job id number (used for printing)

int KillCommand::sig

Signal to send to the job

char* KillCommand::sig_str

String holding the signal number (used for printing)

CommandType KillCommand::type

Type of command


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