summaryrefslogtreecommitdiff
path: root/src/identity/identity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/identity/identity.h')
-rw-r--r--src/identity/identity.h27
1 files changed, 18 insertions, 9 deletions
diff --git a/src/identity/identity.h b/src/identity/identity.h
index 6a4090ad8..b3c03d1ce 100644
--- a/src/identity/identity.h
+++ b/src/identity/identity.h
@@ -39,7 +39,8 @@ GNUNET_NETWORK_STRUCT_BEGIN
39 * GET_DEFAULT maybe answered with this message on failure; 39 * GET_DEFAULT maybe answered with this message on failure;
40 * CREATE and RENAME will always be answered with this message. 40 * CREATE and RENAME will always be answered with this message.
41 */ 41 */
42struct ResultCodeMessage { 42struct ResultCodeMessage
43{
43 /** 44 /**
44 * Type: #GNUNET_MESSAGE_TYPE_IDENTITY_RESULT_CODE 45 * Type: #GNUNET_MESSAGE_TYPE_IDENTITY_RESULT_CODE
45 */ 46 */
@@ -58,7 +59,8 @@ struct ResultCodeMessage {
58/** 59/**
59 * Client informs service about desire to lookup a (single) pseudonym. 60 * Client informs service about desire to lookup a (single) pseudonym.
60 */ 61 */
61struct LookupMessage { 62struct LookupMessage
63{
62 /** 64 /**
63 * Type: #GNUNET_MESSAGE_TYPE_IDENTITY_LOOKUP or 65 * Type: #GNUNET_MESSAGE_TYPE_IDENTITY_LOOKUP or
64 * #GNUNET_MESSAGE_TYPE_IDENTITY_LOOKUP_BY_SUFFIX 66 * #GNUNET_MESSAGE_TYPE_IDENTITY_LOOKUP_BY_SUFFIX
@@ -72,7 +74,8 @@ struct LookupMessage {
72/** 74/**
73 * Service informs client about status of a pseudonym. 75 * Service informs client about status of a pseudonym.
74 */ 76 */
75struct UpdateMessage { 77struct UpdateMessage
78{
76 /** 79 /**
77 * Type: #GNUNET_MESSAGE_TYPE_IDENTITY_UPDATE 80 * Type: #GNUNET_MESSAGE_TYPE_IDENTITY_UPDATE
78 */ 81 */
@@ -102,7 +105,8 @@ struct UpdateMessage {
102 * Client requests knowledge about default identity for 105 * Client requests knowledge about default identity for
103 * a subsystem from identity service. 106 * a subsystem from identity service.
104 */ 107 */
105struct GetDefaultMessage { 108struct GetDefaultMessage
109{
106 /** 110 /**
107 * Type: #GNUNET_MESSAGE_TYPE_IDENTITY_GET_DEFAULT 111 * Type: #GNUNET_MESSAGE_TYPE_IDENTITY_GET_DEFAULT
108 */ 112 */
@@ -127,7 +131,8 @@ struct GetDefaultMessage {
127 * Used from service to client as a result to the GET_DEFAULT 131 * Used from service to client as a result to the GET_DEFAULT
128 * message, used from client to service to SET_DEFAULT. 132 * message, used from client to service to SET_DEFAULT.
129 */ 133 */
130struct SetDefaultMessage { 134struct SetDefaultMessage
135{
131 /** 136 /**
132 * Type: #GNUNET_MESSAGE_TYPE_IDENTITY_SET_DEFAULT 137 * Type: #GNUNET_MESSAGE_TYPE_IDENTITY_SET_DEFAULT
133 */ 138 */
@@ -156,7 +161,8 @@ struct SetDefaultMessage {
156 * Client requests creation of an identity. Service 161 * Client requests creation of an identity. Service
157 * will respond with a result code. 162 * will respond with a result code.
158 */ 163 */
159struct CreateRequestMessage { 164struct CreateRequestMessage
165{
160 /** 166 /**
161 * Type: #GNUNET_MESSAGE_TYPE_IDENTITY_CREATE 167 * Type: #GNUNET_MESSAGE_TYPE_IDENTITY_CREATE
162 */ 168 */
@@ -185,7 +191,8 @@ struct CreateRequestMessage {
185 * Client requests renaming of an identity. Service 191 * Client requests renaming of an identity. Service
186 * will respond with a result code. 192 * will respond with a result code.
187 */ 193 */
188struct RenameMessage { 194struct RenameMessage
195{
189 /** 196 /**
190 * Type: #GNUNET_MESSAGE_TYPE_IDENTITY_RENAME 197 * Type: #GNUNET_MESSAGE_TYPE_IDENTITY_RENAME
191 */ 198 */
@@ -210,7 +217,8 @@ struct RenameMessage {
210 * Client requests deletion of an identity. Service 217 * Client requests deletion of an identity. Service
211 * will respond with a result code. 218 * will respond with a result code.
212 */ 219 */
213struct DeleteMessage { 220struct DeleteMessage
221{
214 /** 222 /**
215 * Type: #GNUNET_MESSAGE_TYPE_IDENTITY_DELETE 223 * Type: #GNUNET_MESSAGE_TYPE_IDENTITY_DELETE
216 */ 224 */
@@ -234,7 +242,8 @@ GNUNET_NETWORK_STRUCT_END
234/** 242/**
235 * Handle for an ego. 243 * Handle for an ego.
236 */ 244 */
237struct GNUNET_IDENTITY_Ego { 245struct GNUNET_IDENTITY_Ego
246{
238 /** 247 /**
239 * Private key associated with this ego. 248 * Private key associated with this ego.
240 */ 249 */