1 " ***********************************************************
2 " * *
3 " * Copyright, C Honeywell Information Systems Inc., 1982 *
4 " * *
5 " * Copyright c 1972 by Massachusetts Institute of *
6 " * Technology and Honeywell Information Systems, Inc. *
7 " * *
8 " ***********************************************************
9
10 name queue_admin_
11
12
13 " Gate to privileged add entries in queue_mseg_
14 " used by queue administrators to re-queue requests.
15
16 " Last modified: 02/01/79 W. Olin Sibert to convert from mexp to ALM.
17
18
19 include gate_macros
20
21 include stack_header
22 include stack_frame
23
24 gate_info
25
26
27 gate add_index,mseg_mbx_ms_gate_target_,admin_add_index,4
28
29 gate add_file,mseg_mbx_ms_gate_target_,admin_add_file,5
30
31 end