Пример #1
0
void ping_longhandler_flood(gasnet_token_t token, void *buf, size_t nbytes) {
  ReplyLong0(token, hidx_pong_longhandler_flood, buf, nbytes, reply_addr);
}
Пример #2
0
void ping_longhandler_flood(gex_Token_t token, void *buf, size_t nbytes) {
  ReplyLong0(token, hidx_pong_longhandler_flood, buf, nbytes, reply_addr, GEX_EVENT_NOW, 0);
}