1 " BEGIN INCLUDE FILE ... cpm_control_point_data.incl.alm
2
3 " Created 03/12/85 1654.0 est Tue by convert_include_file,
4 " Version of 01/09/85 0954.4 est Wed.
5
6 " HISTORY COMMENTS:
7 " 1) change86-08-12Kissel, approve86-08-12MCR7473,
8 " audit86-10-08Fawcett, install86-11-03MR12.0-1206:
9 " Written to support control point management in March 1985 by G. Palter.
10 " Edited to make all identifiers valid ALM symbols. Converted from
11 " cpm_control_point_data.incl.pl1.
12 " END HISTORY COMMENTS
13
14 equ cpd.id,0
15 equ cpd.group_id,1
16 equ cpd.state,2
17 equ cpd.flags,3 " LEVEL 2
18
19 bool cpd.preferred,400000 " DU
20 bool cpd.swapped_switches,200000 " DU
21
22 equ cpd.priority,4
23 equ cpd.stack_ptr,6
24 equ cpd.last_frame_ptr,8
25 equ cpd.destroy,10
26 equ cpd.parent,14
27 equ cpd.peers,16 " LEVEL 2
28
29 equ cpd.prev_peer,16
30 equ cpd.next_peer,18
31 equ cpd.children,20 " LEVEL 2
32
33 equ cpd.first_child,20
34 equ cpd.last_child,22
35 equ cpd.ready_queue,24 " LEVEL 2
36
37 equ cpd.prev_ready,24
38 equ cpd.next_ready,26
39 equ cpd.user_cl_intermediary,28
40 equ cpd.comment,32
41 equ cpd.saved_environment,48 " LEVEL 2
42
43 equ cpd.ips_mask,48
44 equ cpd.privileges,49
45 equ cpd.cl_intermediary,50
46 equ cpd.io_switches,54 " LEVEL 3
47
48 equ cpd.user_io,54
49 equ cpd.user_input,56
50 equ cpd.user_output,58
51 equ cpd.error_output,60
52 equ cpd.meters,62 " LEVEL 2
53
54 " END INCLUDE FILE ... cpm_control_point_data.incl.alm