commit | 2f9d63e2810704647580ed0e4202a4c32b09668b | [log] [tgz] |
---|---|---|
author | Maninder <maninder@ciena.com> | Mon Feb 08 11:42:19 2021 +0530 |
committer | Maninder <maninder@ciena.com> | Mon Feb 08 11:43:58 2021 +0530 |
tree | d4ea98309dad77a126be0485d4e9b342072fbe48 | |
parent | 78c19ec757f54fb0b9b495aca56dfa2bfb0dbfee [diff] [blame] |
changes done to support opertion in progress corresponding to device update changes. Change-Id: I43aa4de8549976679b90ac7d9a9d98cd64b5981d
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;