Skip to content

Commit 0e1f5d4

Browse files
authored
Update docs for WinNT#LOGICAL_PROCESSOR_RELATIONSHIP (#1563)
Signed-off-by: Daniel Widdis <[email protected]>
1 parent a4aca64 commit 0e1f5d4

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

  • contrib/platform/src/com/sun/jna/platform/win32

contrib/platform/src/com/sun/jna/platform/win32/WinNT.java

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3447,26 +3447,23 @@ public interface LOGICAL_PROCESSOR_RELATIONSHIP {
34473447

34483448
/**
34493449
* <p>
3450-
* Upcoming value of this enum added for forward compatibility. Documentation
3451-
* will be added when available.
3450+
* The specified logical processors share a single processor die.
34523451
* </p>
34533452
*/
34543453
int RelationProcessorDie = 5;
34553454

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

34663464
/**
34673465
* <p>
3468-
* Upcoming value of this enum added for forward compatibility. Documentation
3469-
* will be added when available.
3466+
* The specified logical processors share a single processor module.
34703467
* </p>
34713468
*/
34723469
int RelationProcessorModule = 7;

0 commit comments

Comments
 (0)