Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
705 B

  1. /**********************************************************************/
  2. /** Microsoft Passport **/
  3. /** Copyright(c) Microsoft Corporation, 1999 - 2001 **/
  4. /**********************************************************************/
  5. /*
  6. monitoring.h
  7. FILE HISTORY:
  8. */
  9. // gmarks
  10. #include "PassportAlertInterface.h"
  11. #include "pmAlertsDefs.h"
  12. #include "pmalerts.h"
  13. #include "PassportPerfDefs.h" // for SHM name defines
  14. #include "msppcntr.h" // for counter defines
  15. #include "PassportPerfInterface.h" // for object interface
  16. extern PassportAlertInterface* g_pAlert;
  17. extern PassportPerfInterface* g_pPerf;