OSDN Git Service

* ntdll.h: Remove IO_COUNTERS definition since it is now in winnt.h.
authorcgf <cgf>
Thu, 2 Nov 2000 06:59:07 +0000 (06:59 +0000)
committercgf <cgf>
Thu, 2 Nov 2000 06:59:07 +0000 (06:59 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/ntdll.h

index b76afbf..7ee738e 100644 (file)
@@ -1,3 +1,7 @@
+Thu Nov  2 01:58:03 2000  Christopher Faylor <cgf@cygnus.com>
+
+       * ntdll.h: Remove IO_COUNTERS definition since it is now in winnt.h.
+
 Thu Nov  2 00:10:23 2000  Christopher Faylor <cgf@cygnus.com>
 
        * pinfo.cc (EnumProcessesNT): New function.  Eliminates dependence on
index 79a8c73..551d39d 100644 (file)
@@ -48,16 +48,6 @@ typedef struct _VM_COUNTERS
   ULONG PeakPagefileUsage;
 } VM_COUNTERS, *PVM_COUNTERS;
 
-typedef struct _IO_COUNTERS
-{
-  LARGE_INTEGER ReadOperationCount;
-  LARGE_INTEGER WriteOperationCount;
-  LARGE_INTEGER OtherOperationCount;
-  LARGE_INTEGER ReadTransferCount;
-  LARGE_INTEGER WriteTransferCount;
-  LARGE_INTEGER OtherTransferCount;
-} IO_COUNTERS, *PIO_COUNTERS;
-
 typedef struct _CLIENT_ID
 {
   HANDLE UniqueProcess;