mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
Add comments from cc-branch headers to trunk to make the header patch smaller.
svn path=/trunk/; revision=22977
This commit is contained in:
parent
f4539b7037
commit
555c9d0ec0
1 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue