summaryrefslogtreecommitdiff
path: root/CIAO/performance-tests/mico/mico-thrput-st/RoundTrip.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/performance-tests/mico/mico-thrput-st/RoundTrip.idl')
-rw-r--r--CIAO/performance-tests/mico/mico-thrput-st/RoundTrip.idl13
1 files changed, 13 insertions, 0 deletions
diff --git a/CIAO/performance-tests/mico/mico-thrput-st/RoundTrip.idl b/CIAO/performance-tests/mico/mico-thrput-st/RoundTrip.idl
new file mode 100644
index 00000000000..475433dfec4
--- /dev/null
+++ b/CIAO/performance-tests/mico/mico-thrput-st/RoundTrip.idl
@@ -0,0 +1,13 @@
+//$Id$
+interface Roundtrip
+{
+ /// A simple method to measure roundtrip delays
+ /**
+ * The operation simply returns its argument, this is used in AMI
+ * and deferred synchronous tests to measure the roundtrip delay
+ * without the need for a different reply handler for each
+ * request.
+ */
+ unsigned long long test_method (in unsigned long long send_time);
+
+};