mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 10:28:45 +00:00
[DDK] Correct PERF_CONFIGURATION_DATA definition.
This commit is contained in:
parent
8d242c6229
commit
2e305b251b
1 changed files with 2 additions and 1 deletions
|
@ -2117,7 +2117,8 @@ typedef struct _PERF_CONFIGURATION_DATA
|
|||
ULONG Size;
|
||||
ULONG Flags;
|
||||
ULONG ConcurrentChannels;
|
||||
ULONG FirstRedirectionMessageNumber, LastRedirectionMessageNumber;
|
||||
ULONG FirstRedirectionMessageNumber;
|
||||
ULONG LastRedirectionMessageNumber;
|
||||
ULONG DeviceNode;
|
||||
ULONG Reserved;
|
||||
PGROUP_AFFINITY MessageTargets;
|
||||
|
|
Loading…
Reference in a new issue