1 2 3 "BEGIN INCLUDE FILE disk_post_queue.incl.alm 4 5 "Created 12/08/76 1107.1 mst Wed by convert_include_file, 6 " Version of 05/04/76 0834.0 mst Tue. 7 8 "Made from >udd>m>bsg>pq>disk_post_queue.incl.pl1, 9 " modified 12/08/76 1107.0 mst Wed 10 11 12 equ cq_limit,200 "MANIFEST 13 14 " 15 " Structure cq 16 " 17 equ cq_size,416 18 19 equ cq.lock,0 20 equ cq.lockings,1 21 equ cq.overflows,2 22 equ cq.number_in_queue,3 23 equ cq.looplock_time,4 "DOUBLE 24 equ cq.process_time,6 "DOUBLE 25 26 equ cq.put_ptr,8 "UPPER 27 28 equ cq.get_ptr,9 "UPPER 29 30 equ cq.queueings,10 31 equ cq.queue,16 "LEVEL 2 32 33 equ cq.coreadd,16 34 equ cq.errcode,17 35 36 "END INCLUDE FILE disk_post_queue.incl.alm