From 865cb9e8c7720737cadadd076a3f6349e3b9a83b Mon Sep 17 00:00:00 2001 From: Daniel Widdis Date: Sat, 18 Nov 2023 13:23:12 -0800 Subject: [PATCH] Update docs for WinNT#LOGICAL_PROCESSOR_RELATIONSHIP Signed-off-by: Daniel Widdis --- .../src/com/sun/jna/platform/win32/WinNT.java | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/contrib/platform/src/com/sun/jna/platform/win32/WinNT.java b/contrib/platform/src/com/sun/jna/platform/win32/WinNT.java index 639dfcf2b1..96a1c503d3 100644 --- a/contrib/platform/src/com/sun/jna/platform/win32/WinNT.java +++ b/contrib/platform/src/com/sun/jna/platform/win32/WinNT.java @@ -3447,26 +3447,23 @@ public interface LOGICAL_PROCESSOR_RELATIONSHIP { /** *

- * Upcoming value of this enum added for forward compatibility. Documentation - * will be added when available. + * The specified logical processors share a single processor die. *

*/ int RelationProcessorDie = 5; /** *

- * 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. *

*/ int RelationNumaNodeEx = 6; /** *

- * Upcoming value of this enum added for forward compatibility. Documentation - * will be added when available. + * The specified logical processors share a single processor module. *

*/ int RelationProcessorModule = 7;