aboutsummaryrefslogtreecommitdiff
path: root/sys/etc/prd.com
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
committerJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
commit40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch)
tree4464880c571602d54f6ae114729bf62a89518057 /sys/etc/prd.com
downloadiraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz
Repatch (from linux) of OSX IRAF
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