1 /* ***********************************************************
 2    *                                                         *
 3    * Copyright, (C) Honeywell Information Systems Inc., 1985 *
 4    *                                                         *
 5    *********************************************************** */
 6 /* Begin include file asum_data_.incl.pl1 */
 7 /* Definitions in asum_data_ (as_user_message_data_) BIM 1985-01-17 */
 8 /* format: style3 */
 9 
10 declare   asum_data_$acl_entries
11                               bit (36) aligned ext;         /* base acl array here */
12 declare   asum_data_$db_dir   char (168) ext;
13 declare   asum_data_$db_multiclass
14                               bit (1) aligned ext;
15 declare   asum_data_$n_acl_entries
16                               fixed bin ext;
17 declare   asum_data_$db_cbi   bit (36) aligned ext;         /* No need to declare the whole structure here */
18 declare   asum_data_$db_dir_cbi
19                               bit (36) aligned ext;         /* No need to declare the whole structure here */
20 declare   asum_data_$db_dir_rb
21                               (2) fixed bin (3) ext;
22 declare   asum_data_$db_rb    (3) fixed bin (3) ext;
23 declare   asum_data_$db_locked
24                               bit (1) aligned ext;
25 declare   asum_data_$process_info_ptr
26                               pointer static ext;
27 declare   asum_data_$system_info_ptr
28                               pointer static ext;
29 declare   asum_data_$entry_ring
30                               fixed bin (3) static ext;
31 declare   asum_data_$lock_id  bit (36) aligned ext;
32 declare   asum_data_$process_id
33                               bit (36) aligned ext;
34 
35 /* End include file asum_data_.incl.pl1 */