summaryrefslogtreecommitdiff
path: root/ACE/performance-tests/RPC/ping.x
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/performance-tests/RPC/ping.x')
-rw-r--r--ACE/performance-tests/RPC/ping.x12
1 files changed, 12 insertions, 0 deletions
diff --git a/ACE/performance-tests/RPC/ping.x b/ACE/performance-tests/RPC/ping.x
new file mode 100644
index 00000000000..ea078ffe139
--- /dev/null
+++ b/ACE/performance-tests/RPC/ping.x
@@ -0,0 +1,12 @@
+/*
+ * $Id$
+ */
+
+/*
+ * A small program to test RPC round-trip delays.
+ */
+program PINGPROG {
+ version PINGVERS {
+ int PING (int) = 1;
+ } = 1;
+} = 0x20000001;