types
[oweals/gnunet.git] / src / include / gnunet_protocols.h
index ad8e28bd126a910f8372df00761888a0098f5f68..ff35c6b9766fdd2ff33ce0ae149076958e7609ab 100644 (file)
@@ -409,6 +409,28 @@ extern "C"
  */
 #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: