struct ripl_machine_info_0 {
  unsigned char    rmi0_name[CNLEN+1];
};

where rmi0_name is an ASCIIZ string containing the name of the RIPL workstation. Any characters are valid except for imbedded blanks and the following:

" / \ [ ] : | < > + = ; , ? *

The workstation name must be unique within a domain.


[Back] [Next]