Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0e1f5d4

Browse filesBrowse files
authored
Update docs for WinNT#LOGICAL_PROCESSOR_RELATIONSHIP (#1563)
Signed-off-by: Daniel Widdis <widdis@gmail.com>
1 parent a4aca64 commit 0e1f5d4
Copy full SHA for 0e1f5d4

File tree

Expand file treeCollapse file tree

1 file changed

+5
-8
lines changed
Open diff view settings
Filter options
  • contrib/platform/src/com/sun/jna/platform/win32
Expand file treeCollapse file tree

1 file changed

+5
-8
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: contrib/platform/src/com/sun/jna/platform/win32/WinNT.java
+5-8Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.