commit | cde28715dc1e6f0a2b8031b0a8980acf1d4e5aaf | [log] [tgz] |
---|---|---|
author | Shock Jiang <shock.jiang@gmail.com> | Sun Oct 19 21:17:20 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Nov 18 17:36:20 2014 -0500 |
tree | a751d6a5794bd19c86190313ede1d5cb87621f31 | |
parent | 0e2aee0cccd2c0920c0b517d5505efc59a95d185 [diff] [blame] |
daemon: add NameServer Change-Id: I64b82a0e9351bcc15691279470c807399480a474
diff --git a/src/ndns-enum.hpp b/src/ndns-enum.hpp index be48bd1..39e77b0 100644 --- a/src/ndns-enum.hpp +++ b/src/ndns-enum.hpp
@@ -40,6 +40,14 @@ std::ostream& operator<<(std::ostream& os, const NdnsType ndnsType); +/** + * @brief define Return code of Update's Response + */ +enum UpdateReturnCode { + UPDATE_OK = 0, ///< Update succeeds + UPDATE_FAILURE = 1 ///< Update fails +}; + } // namespace ndns } // namespace ndn