commit | bb63036adaab768be86cdb28342423946d74fac7 | [log] [tgz] |
---|---|---|
author | tylerliu <tylersiqi@163.com> | Tue Nov 10 11:31:35 2020 -0800 |
committer | tylerliu <tylersiqi@163.com> | Tue Nov 10 11:32:08 2020 -0800 |
tree | f1e8ea430d261f2597ec4662e3b64fcd9795a923 | |
parent | ba8e45ebae3d50aa6dc69c63cd6f3ee4ec305099 [diff] [blame] |
Code Review fix 1 Change-Id: I92fa40b6dd0a05913461006acc87542884c1f3a5
diff --git a/src/detail/ca-request-state.hpp b/src/detail/ca-request-state.hpp index 7fa9f23..27d19fa 100644 --- a/src/detail/ca-request-state.hpp +++ b/src/detail/ca-request-state.hpp
@@ -45,6 +45,12 @@ std::string statusToString(Status status); +/** + * @brief Convert request status to string. + */ +Status +statusFromBlock(const Block& block); + namespace ca { /**