Ejemplo n.º 1
0
/* ------------------------------------------------------------------------------------ */
void ping_shorthandler_flood(gasnet_token_t token) {
  GASNET_Safe(gasnet_AMReplyShort0(token, hidx_pong_shorthandler_flood));
}
Ejemplo n.º 2
0
void justreply_shorthandler(gasnet_token_t token) {
    gasnet_AMReplyShort0(token, hidx_null_shorthandler);
}