gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r28015 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r28015 - gnunet/src/include
Date: Sun, 14 Jul 2013 20:57:40 +0200

Author: grothoff
Date: 2013-07-14 20:57:40 +0200 (Sun, 14 Jul 2013)
New Revision: 28015

Modified:
   gnunet/src/include/gnunet_identity_service.h
   gnunet/src/include/gnunet_protocols.h
Log:
-identity IPC definitions: message types

Modified: gnunet/src/include/gnunet_identity_service.h
===================================================================
--- gnunet/src/include/gnunet_identity_service.h        2013-07-14 18:53:34 UTC 
(rev 28014)
+++ gnunet/src/include/gnunet_identity_service.h        2013-07-14 18:57:40 UTC 
(rev 28015)
@@ -233,7 +233,10 @@
 
 
 /**
- * Cancel an identity operation.
+ * Cancel an identity operation.  Note that the operation MAY still
+ * be executed; this merely cancels the continuation; if the request
+ * was already transmitted, the service may still choose to complete
+ * the operation.
  *
  * @param op operation to cancel
  */

Modified: gnunet/src/include/gnunet_protocols.h
===================================================================
--- gnunet/src/include/gnunet_protocols.h       2013-07-14 18:53:34 UTC (rev 
28014)
+++ gnunet/src/include/gnunet_protocols.h       2013-07-14 18:57:40 UTC (rev 
28015)
@@ -1821,9 +1821,6 @@
  */
 #define GNUNET_MESSAGE_TYPE_TESTBED_LOGGER_ACK 601
 
-/**
- *  Next available: 605
- */
 
 
/*******************************************************************************
  * EXPERIMENTATION message types
@@ -1854,14 +1851,57 @@
  */ 
 #define GNUNET_MESSAGE_TYPE_REGEX_RESULT 622
 
+/*******************************************************************************
+ * IDENTITY message types
+ 
******************************************************************************/
 
 /**
- *  Next available: 624
+ * First message send from identity client to service (to subscribe to
+ * updates).
  */
+#define GNUNET_MESSAGE_TYPE_IDENTITY_START 624
 
+/**
+ * Generic response from identity service with success and/or error message.
+ */
+#define GNUNET_MESSAGE_TYPE_IDENTITY_RESULT_CODE 625
 
+/**
+ * Update about identity status from service to clients.
+ */
+#define GNUNET_MESSAGE_TYPE_IDENTITY_UPDATE 626
 
+/**
+ * Client requests to know default identity for a subsystem.
+ */
+#define GNUNET_MESSAGE_TYPE_IDENTITY_GET_DEFAULT 627
 
+/**
+ * Client sets default identity; or service informs about default identity.
+ */
+#define GNUNET_MESSAGE_TYPE_IDENTITY_SET_DEFAULT 628
+
+/**
+ * Create new identity (client->service).
+ */
+#define GNUNET_MESSAGE_TYPE_IDENTITY_CREATE 629
+
+/**
+ * Rename existing identity (client->service).
+ */
+#define GNUNET_MESSAGE_TYPE_IDENTITY_RENAME 630
+
+/**
+ * Delete identity (client->service).
+ */
+#define GNUNET_MESSAGE_TYPE_IDENTITY_DELETE 631
+
+
+/**
+ *  Next available: 640
+ */
+
+
 /* WIP: no numbers assigned yet */
 
 
/*******************************************************************************




reply via email to

[Prev in Thread] Current Thread [Next in Thread]