commit | 424d036886113c588445a23e88d5b536fbf8ebaa | [log] [tgz] |
---|---|---|
author | Yufeng Zhang <zyf991108@gmail.com> | Wed Jun 12 16:48:27 2019 -0700 |
committer | Yufeng Zhang <zyf991108@gmail.com> | Wed Jun 12 17:42:45 2019 -0700 |
tree | 300d66dbbca8dd91144ebddb57d9e4a6919286da | |
parent | 70d74b46fb6da6d2d634ce89324ad8b5a5c8070a [diff] [blame] |
Probe: make probe a token for better security Change-Id: I079d70146b3e5c22e789d2ed754018fe562ddd6c
diff --git a/src/ca-module.hpp b/src/ca-module.hpp index 47e30c9..9f40c24 100644 --- a/src/ca-module.hpp +++ b/src/ca-module.hpp
@@ -97,7 +97,9 @@ PUBLIC_WITH_TESTS_ELSE_PRIVATE: const JsonSection - genProbeResponseJson(const Name& identifier); + genProbeResponseJson(const Name& identifier, + const std::string& m_probe, + const JsonSection& parameterJson); const JsonSection genProbeResponseJson();