aboutsummaryrefslogtreecommitdiff
path: root/sys/etc/prd.com
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /sys/etc/prd.com
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'sys/etc/prd.com')
-rw-r--r--sys/etc/prd.com8
1 files changed, 8 insertions, 0 deletions
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