/*+ TITLE: EXCLUDE_REC FACILITY: WATCHER (and WATCHER_CONFIG) ABSTRACT: A description of user(s) that should be exempt from being watched. AUTHOR: M. Madison Copyright (c) 1988, M. Madison; all rights reserved. -*/ DECLARE 1 EXCLUDE_REC BASED, 2 NEXT POINTER, 2 PRIV_MASK BIT (64) ALIGNED, 2 USERNAME CHARACTER (32) VARYING, 2 IDENTIFIER CHARACTER (32) VARYING, 2 UIC VMS_UIC, 2 TERMINAL CHARACTER (64) VARYING, 2 TIMES (1:7, 0:23) BIT (1); /*+ A note about the TERMINAL field. The TERMINAL field is used for comparison purposes and describes a terminal in one of two forms. For LAT (terminal server) terminals: server::port For non-LAT terminals: node$device device "server" and "port" are the terminal server name and port name. "node" is the node name as obtained by $GETSYI (item SYI$_NODENAME). If that is not set, just the device name is used. In either form, the device name is used without leading underscore and trailing colon. -*/