Changeset 1765 for XIOS/dev/dev_ym/XIOS_SERVICES/src/node/context.hpp
- Timestamp:
- 11/06/19 11:03:38 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/dev/dev_ym/XIOS_SERVICES/src/node/context.hpp
r1764 r1765 91 91 public : 92 92 // Initialize server or client 93 void initClient(MPI_Comm intraComm, MPI_Comm interComm, CContext* cxtServer = 0);94 93 void init(CServerContext* parentServerContext, MPI_Comm intraComm, int serviceType); 95 94 void initClient(MPI_Comm intraComm, int serviceType); … … 105 104 106 105 // Put sever or client into loop state 107 bool checkBuffersAndListen(bool enableEventsProcessing=true);108 106 bool eventLoop(bool enableEventsProcessing=true); 109 107 void globalEventLoop(void); … … 112 110 void finalize(void); 113 111 114 void finalize_old(void);115 112 bool isFinalized(void); 116 113
Note: See TracChangeset
for help on using the changeset viewer.