Documentation #1541: fix explanations of Converse Ctv, Cpv, Csv variables
[charm.git] / src / conv-perf / converseProjections.h
blob5fba54c54224b872f510f48da2ea2351a95c93dd
2 #ifndef __CONVERSE_PROJECTIONS_H__
3 #define __CONVERSE_PROJECTIONS_H__
5 #ifdef __cplusplus
6 extern "C" {
7 #endif
9 void converse_msgSent(int destPE, int size);
10 void converse_msgQueued(); /* TODO */
11 void converse_msgRecvMC(); /* TODO */
12 void converse_msgRecvSC(); /* TODO */
13 void converse_handlerBegin(int handlerIdx);
14 void converse_handlerEnd (int handlerIdx);
17 #ifdef __cplusplus
19 #endif
21 #endif