aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/revocation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/revocation/revocation.h')
-rw-r--r--src/revocation/revocation.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/revocation/revocation.h b/src/revocation/revocation.h
index b6e7a07ec..184f58e0a 100644
--- a/src/revocation/revocation.h
+++ b/src/revocation/revocation.h
@@ -89,6 +89,11 @@ struct RevokeMessage
89 uint32_t reserved GNUNET_PACKED; 89 uint32_t reserved GNUNET_PACKED;
90 90
91 /** 91 /**
92 * Timestamp
93 */
94 struct GNUNET_TIME_AbsoluteNBO ts;
95
96 /**
92 * Number that causes a hash collision with the @e public_key. 97 * Number that causes a hash collision with the @e public_key.
93 */ 98 */
94 uint64_t proof_of_work GNUNET_PACKED; 99 uint64_t proof_of_work GNUNET_PACKED;