1 /* Include segment stream_data_block.incl.pl1 -- declaration for modules allowing only one attachment */ 2 3 dcl 1 s_d_b aligned based, /* Begin canonical structure common to all DIMs */ 4 2 outer_module char(32), /* Name of DIM */ 5 2 dev_names pointer, /* Pointer to device names list */ 6 2 name_list, /* One entry list */ 7 3 next_device pointer, /* Next entry...always null */ 8 3 name_size fixed bin, /* Size of name */ 9 3 name_string char(32), /* Device name */ 10 /* End canonical structure - remainder special to DIM */ 11 12 /* End include segment stream_data_block.incl.pl1 */