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.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/revocation/revocation.h b/src/revocation/revocation.h
index 43efd5ff2..60cc05457 100644
--- a/src/revocation/revocation.h
+++ b/src/revocation/revocation.h
@@ -33,7 +33,8 @@ GNUNET_NETWORK_STRUCT_BEGIN
33/** 33/**
34 * Query key revocation status. 34 * Query key revocation status.
35 */ 35 */
36struct QueryMessage { 36struct QueryMessage
37{
37 /** 38 /**
38 * Type: #GNUNET_MESSAGE_TYPE_REVOCATION_QUERY 39 * Type: #GNUNET_MESSAGE_TYPE_REVOCATION_QUERY
39 */ 40 */
@@ -54,7 +55,8 @@ struct QueryMessage {
54/** 55/**
55 * Key revocation response. 56 * Key revocation response.
56 */ 57 */
57struct QueryResponseMessage { 58struct QueryResponseMessage
59{
58 /** 60 /**
59 * Type: #GNUNET_MESSAGE_TYPE_REVOCATION_QUERY_RESPONSE 61 * Type: #GNUNET_MESSAGE_TYPE_REVOCATION_QUERY_RESPONSE
60 */ 62 */
@@ -74,7 +76,8 @@ struct QueryResponseMessage {
74 * #GNUNET_MESSAGE_TYPE_REVOCATION_REVOKE_RESPONSE (which is just 76 * #GNUNET_MESSAGE_TYPE_REVOCATION_REVOKE_RESPONSE (which is just
75 * in a `struct GNUNET_MessageHeader`. 77 * in a `struct GNUNET_MessageHeader`.
76 */ 78 */
77struct RevokeMessage { 79struct RevokeMessage
80{
78 /** 81 /**
79 * Type: #GNUNET_MESSAGE_TYPE_REVOCATION_REVOKE 82 * Type: #GNUNET_MESSAGE_TYPE_REVOCATION_REVOKE
80 */ 83 */
@@ -111,7 +114,8 @@ struct RevokeMessage {
111/** 114/**
112 * Key revocation response. 115 * Key revocation response.
113 */ 116 */
114struct RevocationResponseMessage { 117struct RevocationResponseMessage
118{
115 /** 119 /**
116 * Type: #GNUNET_MESSAGE_TYPE_REVOCATION_REVOKE_RESPONSE 120 * Type: #GNUNET_MESSAGE_TYPE_REVOCATION_REVOKE_RESPONSE
117 */ 121 */