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 typedef struct _MM_SECTION_SEGMENT
{ {
LONGLONG FileOffset; LONGLONG FileOffset; /* start offset into the file for image sections */
ULONG_PTR VirtualAddress; ULONG_PTR VirtualAddress; /* dtart offset into the address range for image sections */
ULONG RawLength; ULONG RawLength; /* length of the segment which is part of the mapped file */
ULONG Length; ULONG Length; /* absolute length of the segment */
ULONG Protection; ULONG Protection;
FAST_MUTEX Lock; FAST_MUTEX Lock; /* lock which protects the page directory */
ULONG ReferenceCount; ULONG ReferenceCount;
SECTION_PAGE_DIRECTORY PageDirectory; SECTION_PAGE_DIRECTORY PageDirectory;
ULONG Flags; ULONG Flags;