aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/revocation.h
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2020-04-18 21:14:03 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2020-04-18 21:14:03 +0200
commiteb6b547e243144f27749811c15b6cce90e03aaa7 (patch)
tree790707a8828300d272f81b067fa28786738848a5 /src/revocation/revocation.h
parentf00c18e631ce8bdaf80d20f236ef275c9cb99291 (diff)
downloadgnunet-eb6b547e243144f27749811c15b6cce90e03aaa7.tar.gz
gnunet-eb6b547e243144f27749811c15b6cce90e03aaa7.zip
towards more expirations
Diffstat (limited to 'src/revocation/revocation.h')
-rw-r--r--src/revocation/revocation.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/revocation/revocation.h b/src/revocation/revocation.h
index 184f58e0a..d7b9cc139 100644
--- a/src/revocation/revocation.h
+++ b/src/revocation/revocation.h
@@ -89,14 +89,14 @@ struct RevokeMessage
89 uint32_t reserved GNUNET_PACKED; 89 uint32_t reserved GNUNET_PACKED;
90 90
91 /** 91 /**
92 * Timestamp 92 * Number that causes a hash collision with the @e public_key.
93 */ 93 */
94 struct GNUNET_TIME_AbsoluteNBO ts; 94 uint64_t proof_of_work GNUNET_PACKED;
95 95
96 /** 96 /**
97 * Number that causes a hash collision with the @e public_key. 97 * Timestamp
98 */ 98 */
99 uint64_t proof_of_work GNUNET_PACKED; 99 struct GNUNET_TIME_AbsoluteNBO ts;
100 100
101 /** 101 /**
102 * Signature confirming revocation. 102 * Signature confirming revocation.