summaryrefslogtreecommitdiff
path: root/node/Revocation.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/Revocation.hpp')
-rw-r--r--node/Revocation.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/node/Revocation.hpp b/node/Revocation.hpp
index 93c55112..8b9ce6dd 100644
--- a/node/Revocation.hpp
+++ b/node/Revocation.hpp
@@ -113,9 +113,10 @@ public:
* Verify this revocation's signature
*
* @param RR Runtime environment to provide for peer lookup, etc.
+ * @param tPtr Thread pointer to be handed through to any callbacks called as a result of this call
* @return 0 == OK, 1 == waiting for WHOIS, -1 == BAD signature or chain
*/
- int verify(const RuntimeEnvironment *RR) const;
+ int verify(const RuntimeEnvironment *RR,void *tPtr) const;
template<unsigned int C>
inline void serialize(Buffer<C> &b,const bool forSign = false) const