1 2 3 "BEGIN INCLUDE FILE gate_data.incl.alm 4 5 6 "Created 11/07/83 0737.6 est Mon by convert_include_file, 7 " Version of 11/07/82 1445.1 est Sun. 8 9 "Made from >user_dir_dir>Multics>Margulies>h>gate_data.incl.pl1, 10 " modified 11/07/83 0737.5 est Mon 11 12 " 13 " Structure gate_table 14 " 15 equ gate_table_size,3 16 17 18 equ gate_table.entryp,0 19 equ gate_table.entryl,1 20 equ gate_table.datap,2 21 22 " 23 " Structure gate_entry_data 24 " 25 equ gate_entry_data_size,8 26 27 equ gate_entry_data.cpu_time,0 " DOUBLE 28 equ gate_entry_data.vcpu_time,2 " DOUBLE 29 equ gate_entry_data.page_waits,4 30 equ gate_entry_data.calls,5 31 equ gate_entry_data.ring_alarms,6 32 33 "END INCLUDE FILE gate_data.incl.alm