| 
    NAMD
    
   | 
 
#include <ProxyMgr.h>
  
 Public Member Functions | |
| PatchProxyListMsg (int num) | |
Static Public Member Functions | |
| static PatchProxyListMsg * | createPatchProxyListMsg (PatchProxyListMsg **bufs, int bufSize, ProxyListInfo *info, int size) | 
Public Attributes | |
| int | numPatches | 
| int * | patchIDs | 
| int * | proxyListLen | 
| int * | proxyPEs | 
Definition at line 414 of file ProxyMgr.h.
      
  | 
  inline | 
      
  | 
  static | 
Definition at line 1881 of file ProxyMgr.C.
References numPatches, ProxyListInfo::numProxies, ProxyListInfo::patchID, patchIDs, PatchProxyListMsg(), ProxyListInfo::proxyList, proxyListLen, and proxyPEs.
Referenced by NodeProxyMgr::contributeToParent().
| int PatchProxyListMsg::numPatches | 
Definition at line 416 of file ProxyMgr.h.
Referenced by createPatchProxyListMsg(), and ProxyMgr::recvPatchProxyInfo().
| int* PatchProxyListMsg::patchIDs | 
Definition at line 417 of file ProxyMgr.h.
Referenced by createPatchProxyListMsg(), and ProxyMgr::recvPatchProxyInfo().
| int* PatchProxyListMsg::proxyListLen | 
Definition at line 418 of file ProxyMgr.h.
Referenced by createPatchProxyListMsg(), and ProxyMgr::recvPatchProxyInfo().
| int* PatchProxyListMsg::proxyPEs | 
Definition at line 419 of file ProxyMgr.h.
Referenced by createPatchProxyListMsg(), and ProxyMgr::recvPatchProxyInfo().
 1.8.14