| Index: tools/battor_agent/battor_error.h
|
| diff --git a/tools/battor_agent/battor_error.h b/tools/battor_agent/battor_error.h
|
| index fef354a703eb6a45b9613707a61be91c6d1d2bf5..5ad3aaaed581d02462f5a3ac0655d8a775e02f77 100644
|
| --- a/tools/battor_agent/battor_error.h
|
| +++ b/tools/battor_agent/battor_error.h
|
| @@ -17,6 +17,7 @@ enum BattOrError {
|
| BATTOR_ERROR_SEND_ERROR,
|
| BATTOR_ERROR_RECEIVE_ERROR,
|
| BATTOR_ERROR_UNEXPECTED_MESSAGE,
|
| + BATTOR_ERROR_TOO_MANY_INIT_RETRIES,
|
| };
|
|
|
| std::string BattOrErrorToString(BattOrError error);
|
|
|