aboutsummaryrefslogtreecommitdiff
path: root/src/secretsharing/secretsharing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/secretsharing/secretsharing.h')
-rw-r--r--src/secretsharing/secretsharing.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/secretsharing/secretsharing.h b/src/secretsharing/secretsharing.h
index e94ff46b7..796feabae 100644
--- a/src/secretsharing/secretsharing.h
+++ b/src/secretsharing/secretsharing.h
@@ -57,6 +57,11 @@ struct GNUNET_SECRETSHARING_CreateMessage
57 struct GNUNET_HashCode session_id GNUNET_PACKED; 57 struct GNUNET_HashCode session_id GNUNET_PACKED;
58 58
59 /** 59 /**
60 * Start time for communication with the other peers.
61 */
62 struct GNUNET_TIME_AbsoluteNBO start;
63
64 /**
60 * Deadline for the establishment of the crypto system. 65 * Deadline for the establishment of the crypto system.
61 */ 66 */
62 struct GNUNET_TIME_AbsoluteNBO deadline; 67 struct GNUNET_TIME_AbsoluteNBO deadline;
@@ -131,6 +136,11 @@ struct GNUNET_SECRETSHARING_DecryptRequestMessage
131 struct GNUNET_MessageHeader header; 136 struct GNUNET_MessageHeader header;
132 137
133 /** 138 /**
139 * Until when should the decryption start?
140 */
141 struct GNUNET_TIME_AbsoluteNBO start;
142
143 /**
134 * Until when should the decryption be finished? 144 * Until when should the decryption be finished?
135 */ 145 */
136 struct GNUNET_TIME_AbsoluteNBO deadline; 146 struct GNUNET_TIME_AbsoluteNBO deadline;