summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Protocols/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Protocols/test.idl')
-rw-r--r--TAO/performance-tests/Protocols/test.idl4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/performance-tests/Protocols/test.idl b/TAO/performance-tests/Protocols/test.idl
index 6b5e1c7cea4..e580ffc2c3a 100644
--- a/TAO/performance-tests/Protocols/test.idl
+++ b/TAO/performance-tests/Protocols/test.idl
@@ -2,6 +2,8 @@
interface test
{
- oneway void method ();
+ typedef sequence<octet> octets;
+
+ oneway void method (in octets payload);
oneway void shutdown ();
};