types
[oweals/gnunet.git] / src / include / gnunet_protocols.h
index 5a11f29e989f2a19c1e9655c105b41b1ecf8dce3..ff35c6b9766fdd2ff33ce0ae149076958e7609ab 100644 (file)
@@ -399,6 +399,38 @@ extern "C"
  */
 #define GNUNET_MESSAGE_TYPE_FS_INDEX_LIST_END 133
 
+/**
+ * Request from client to unindex a file.
+ */
+#define GNUNET_MESSAGE_TYPE_FS_UNINDEX 134
+
+/**
+ * Reply to client indicating unindex receipt.
+ */
+#define GNUNET_MESSAGE_TYPE_FS_UNINDEX_OK 135
+
+/**
+ * Client asks FS service to start a (keyword) search.
+ */
+#define GNUNET_MESSAGE_TYPE_FS_START_SEARCH 136
+
+/**
+ * FS service has found content matching this client's
+ * request.
+ */
+#define GNUNET_MESSAGE_TYPE_FS_CONTENT 137
+
+/**
+ * P2P request for content (one FS to another).
+ */
+#define GNUNET_MESSAGE_TYPE_FS_GET 138
+
+
+/**
+ * P2P response with content or active
+ * migration of content.
+ */
+#define GNUNET_MESSAGE_TYPE_FS_PUT 139
 
 /*
   TODO: