summaryrefslogtreecommitdiff
path: root/ACE/performance-tests/RPC/ping.x
blob: 31c3be713b5f322c03cd2d67595e3fd683fcb7e3 (plain)
1
2
3
4
5
6
7
8
/*
 * A small program to test RPC round-trip delays.
 */
program PINGPROG {
  version PINGVERS {
    int PING (int) = 1;
  } = 1;
} = 0x20000001;