summaryrefslogtreecommitdiff
path: root/performance-tests/RPC/ping.x
blob: ea078ffe13953214872205d336f7ea6cae66af07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * $Id$
 */

/*
 * A small program to test RPC round-trip delays.
 */
program PINGPROG {
  version PINGVERS {
    int PING (int) = 1;
  } = 1;
} = 0x20000001;