Add comments from cc-branch headers to trunk to make the header patch smaller.

svn path=/trunk/; revision=22977
This commit is contained in:
Maarten Bosma 2006-07-09 19:37:39 +00:00
parent f4539b7037
commit 555c9d0ec0

View file

@ -165,12 +165,12 @@ typedef struct
typedef struct _MM_SECTION_SEGMENT
{
LONGLONG FileOffset;
ULONG_PTR VirtualAddress;
ULONG RawLength;
ULONG Length;
LONGLONG FileOffset; /* start offset into the file for image sections */
ULONG_PTR VirtualAddress; /* dtart offset into the address range for image sections */
ULONG RawLength; /* length of the segment which is part of the mapped file */
ULONG Length; /* absolute length of the segment */
ULONG Protection;
FAST_MUTEX Lock;
FAST_MUTEX Lock; /* lock which protects the page directory */
ULONG ReferenceCount;
SECTION_PAGE_DIRECTORY PageDirectory;
ULONG Flags;