00001 00002 #ifndef __CONVERSE_PROJECTIONS_H__ 00003 #define __CONVERSE_PROJECTIONS_H__ 00004 00005 #ifdef __cplusplus 00006 extern "C" { 00007 #endif 00008 00009 void converse_msgSent(int destPE, int size); 00010 void converse_msgQueued(void); /* TODO */ 00011 void converse_msgRecvMC(void); /* TODO */ 00012 void converse_msgRecvSC(void); /* TODO */ 00013 void converse_handlerBegin(int handlerIdx); 00014 void converse_handlerEnd (int handlerIdx); 00015 00016 00017 #ifdef __cplusplus 00018 } 00019 #endif 00020 00021 #endif