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.

36 lines
600 B

  1. /*++
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. stats.h
  5. Abstract:
  6. This module implements all statistics gathering functionality in the mini redirector
  7. Revision History:
  8. Balan Sethu Raman [SethuR] 16-July-1995
  9. Notes:
  10. --*/
  11. #ifndef _STATS_H_
  12. #define _STATS_H_
  13. //
  14. // Macros to update various pieces of statistical information gathered in the
  15. // mini redirector.
  16. //
  17. typedef REDIR_STATISTICS MRX_SMB_STATISTICS;
  18. typedef PREDIR_STATISTICS PMRX_SMB_STATISTICS;
  19. extern MRX_SMB_STATISTICS MRxSmbStatistics;
  20. #endif _STATS_H_