Skip to content

Commit

Permalink
Update docs for WinNT#LOGICAL_PROCESSOR_RELATIONSHIP (#1563)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Widdis <widdis@gmail.com>
  • Loading branch information
dbwiddis committed Nov 20, 2023
1 parent a4aca64 commit 0e1f5d4
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions contrib/platform/src/com/sun/jna/platform/win32/WinNT.java
Expand Up @@ -3447,26 +3447,23 @@ public interface LOGICAL_PROCESSOR_RELATIONSHIP {

/**
* <p>
* Upcoming value of this enum added for forward compatibility. Documentation
* will be added when available.
* The specified logical processors share a single processor die.
* </p>
*/
int RelationProcessorDie = 5;

/**
* <p>
* Introduced in TBD - Release Iron. Requests that the full affinity be
* returned. Unlike the other relation types, RelationNumaNodeEx is not used on
* input. It is simply a request for RelationNumaNode with full group
* information.
* Introduced in Windows Server 2022 (21H2, build 20348). Requests that the full affinity be returned. Unlike
* the other relation types, RelationNumaNodeEx is not used on input. It is simply a request for
* RelationNumaNode with full group information.
* </p>
*/
int RelationNumaNodeEx = 6;

/**
* <p>
* Upcoming value of this enum added for forward compatibility. Documentation
* will be added when available.
* The specified logical processors share a single processor module.
* </p>
*/
int RelationProcessorModule = 7;
Expand Down

0 comments on commit 0e1f5d4

Please sign in to comment.