From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- sys/etc/prd.com | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sys/etc/prd.com (limited to 'sys/etc/prd.com') diff --git a/sys/etc/prd.com b/sys/etc/prd.com new file mode 100644 index 00000000..599dc6b6 --- /dev/null +++ b/sys/etc/prd.com @@ -0,0 +1,8 @@ +# Job table for detached processes. + +int pr_jobcode[MAX_BKGJOBS] # job code assigned by host system +int pr_active[MAX_BKGJOBS] # set to NO if job is killed +int pr_exit_status[MAX_BKGJOBS] # exit status of process +pointer pr_bkgfile[MAX_BKGJOBS] # bkgfile filename (signals job term) + +common /prdcom/ pr_jobcode, pr_active, pr_exit_status, pr_bkgfile -- cgit