relaese tag updated to 1.0.3
[ric-app/rc.git] / control / rcTypes.go
index e558d02..4ce92e3 100644 (file)
@@ -89,3 +89,15 @@ type ControlOutcomeMsg struct {
         ControlOutcomeType  int32\r
         ControlOutcome      interface{}\r
 }\r
+\r
+type ControlFailureMsg struct {\r
+        RequestID            int32\r
+        InstanceId           int32\r
+        FuncID               int32\r
+        CallProcessID        []byte\r
+        CallProcessIDLength  int32\r
+        CauseType            int32\r
+        CauseValue           int64\r
+        ControlOutcome       []byte\r
+        ControlOutcomeLength int32\r
+}\r