?? RIGHT := 110 ??
*copyc osd$default_pragmats
MODULE dfm$monitor_info_collection;
{ Purpose:
{    This module contains the variables and procedures to manage data collection
{   from within the monitor.
?? NEWTITLE := '   Global Declarations', EJECT ??
?? PUSH (LISTEXT := ON) ??
*copyc oss$mainframe_wired
?? POP ??
?? TITLE := '    Global Variables', EJECT ??

  VAR
    dfv$file_server_info_enabled: [XDCL, #GATE, oss$mainframe_wired] boolean := FALSE;

MODEND dfm$monitor_info_collection;
