aboutsummaryrefslogtreecommitdiff
path: root/ROSE
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-06-27 23:42:38 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-06-27 23:42:38 +0200
commitda303a309a15cf0aa890c638445c1649201dd678 (patch)
tree275da367fa04930e994c6817cc85f26b0e5d41f7 /ROSE
parent61d87c904a60517d266a1b4ea452b20bc0f6623e (diff)
Add OID, context number
Diffstat (limited to 'ROSE')
-rw-r--r--ROSE/rose.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/ROSE/rose.go b/ROSE/rose.go
index 78ee585..1296e62 100644
--- a/ROSE/rose.go
+++ b/ROSE/rose.go
@@ -1,11 +1,15 @@
package rose
+// 2.4.6.0
+
+// Context-specific Constructed 1
type Invoke struct {
InvokeId int
Opcode int
Argument interface{}
}
+// Context-specific Constructed 2
type ReturnResult struct {
InvokeId int
Result struct {