TimeManager
Data Fields
schedule Struct Reference

スケジュールに関する情報を保持する構造体 More...

#include <common.h>

Data Fields

pid_t pgid
 
int lock
 
pid_t terminator
 
time_t start
 
unsigned int duration
 
char caption [MAX_CAPTION_LEN]
 

Detailed Description

スケジュールに関する情報を保持する構造体

Field Documentation

char caption[MAX_CAPTION_LEN]

スケジュール内容の簡単な説明(改行混入不可)

unsigned int duration

継続時間(sec)

int lock

ロック確保状態(0:未確保 1:確保中)

pid_t pgid

実行されるプロセスが属するプロセスグループID。

time_t start

開始時刻

pid_t terminator

終了時刻を通知するプロセスのpid


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