diff options
author | Dan Timoney <dtimoney@att.com> | 2019-09-30 14:26:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-30 14:26:57 +0000 |
commit | 3bdfeb467fa4d26fa174ea4f27b256bb0abaf9d8 (patch) | |
tree | bcbeef749bb6e84e628e7f662e9b6bd07fb6fac3 /components/model-catalog/proto-definition/proto/BluePrintCommon.proto | |
parent | 5519b94eb8cb45694418a2a00fdb28f332b93c6b (diff) | |
parent | 807fbaae96dc75294fe17c933b43261011f33309 (diff) |
Merge "Add bi-directional GRPC python executor."
Diffstat (limited to 'components/model-catalog/proto-definition/proto/BluePrintCommon.proto')
-rw-r--r-- | components/model-catalog/proto-definition/proto/BluePrintCommon.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/model-catalog/proto-definition/proto/BluePrintCommon.proto b/components/model-catalog/proto-definition/proto/BluePrintCommon.proto index 9b24c50fc..ce90929dc 100644 --- a/components/model-catalog/proto-definition/proto/BluePrintCommon.proto +++ b/components/model-catalog/proto-definition/proto/BluePrintCommon.proto @@ -37,4 +37,5 @@ enum EventType { EVENT_COMPONENT_PROCESSING = 1; EVENT_COMPONENT_NOTIFICATION = 2; EVENT_COMPONENT_EXECUTED = 3; + EVENT_COMPONENT_TRACE = 4; }
\ No newline at end of file |