c-user: Add reference to proxies

Update #3836.
This commit is contained in:
Sebastian Huber 2020-03-17 15:26:01 +01:00
parent f75e0bee48
commit 7a8d697d73
2 changed files with 4 additions and 3 deletions

View File

@ -121,9 +121,8 @@ DESCRIPTION:
NOTES:
Since a proxy is used to represent a remote task/thread which is blocking
on this node. This configuration parameter reflects the maximum number of
remote tasks/threads which can be blocked on objects on this node.
.. COMMENT: XXX - add xref to proxy discussion in MP chapter
remote tasks/threads which can be blocked on objects on this node, see
:ref:`MPCIProxies`.
.. index:: CONFIGURE_MP_MPCI_TABLE_POINTER

View File

@ -179,6 +179,8 @@ errors.
.. index:: proxy, definition
.. _MPCIProxies:
Proxies
-------