commit | c4e609e078443982f3ee9d051fdb864353f2f352 | [log] [tgz] |
---|---|---|
author | Maninder <maninder@ciena.com> | Wed Dec 23 16:28:22 2020 +0530 |
committer | Maninder <maninder@ciena.com> | Thu Jan 07 19:17:25 2021 +0530 |
tree | d7d36144defb84bc73f9591375847141b6e4be69 | |
parent | 66fe96f4badba114feb9a150cd0cc545d808e41d [diff] [blame] |
Separate protos changes for device update changes in rw_core and voltctl Change-Id: I3c354ab1fa77789bfd97c1a9e2780687b916a790
diff --git a/protos/voltha_protos/common.proto b/protos/voltha_protos/common.proto index a0a4b81..25700f9 100644 --- a/protos/voltha_protos/common.proto +++ b/protos/voltha_protos/common.proto
@@ -86,6 +86,7 @@ OPERATION_SUCCESS = 0; OPERATION_FAILURE = 1; OPERATION_UNSUPPORTED = 2; + OPERATION_IN_PROGRESS = 3; } // Return code OperationReturnCode code = 1;