blob: b810400f6afb64f7c7b76a5d31d39309828be4c3 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# KICHAN.COM -- Channel descriptor common for the kernel interface.
int k_node[MAX_CHANNELS] # kernel server node (NULL if local)
int k_oschan[MAX_CHANNELS] # iraf kernel (host) channel or PID
int k_status[MAX_CHANNELS] # status holding word for ZSTT
pointer k_bufp[MAX_CHANNELS] # buffer pointer
common /kichan/ k_node, k_oschan, k_status, k_bufp
|