-- File: CommunicationStats.config - last edit:
-- AOF                 15-Feb-88 17:03:20
-- Copyright (C) 1983, 1988 by Xerox Corporation. All rights reserved. 

PACK StatsCold, StatsStrings, StatsPrint;

CommunicationStats: CONFIGURATION LINKS: CODE
  IMPORTS Heap, Process, String, Time, Stats, StatsOps, StatsOpsExtras, System 
  EXPORTS Stats, StatsMisc
  CONTROL StatsCold =
    BEGIN
    StatsCold;
    StatsStrings;
    StatsPrint;
    END.