psyc/social: local join flag; social service: leave place, save _file
[oweals/gnunet.git] / src / regex / regex_ipc.h
index b94fceb86c862e9d71f5a8fa151a73a043554bd3..dba83507ce97df9a53d6823499c44cdee6f03e30 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet
-     (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -14,8 +14,8 @@
 
      You should have received a copy of the GNU General Public License
      along with GNUnet; see the file COPYING.  If not, write to the
-     Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-     Boston, MA 02111-1307, USA.
+     Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+     Boston, MA 02110-1301, USA.
 */
 /**
  * @file regex/regex_ipc.h
@@ -43,7 +43,7 @@ struct AnnounceMessage
    * How many characters can we squeeze per edge?
    */
   uint16_t compression;
-  
+
   /**
    * Always zero.
    */
@@ -54,11 +54,6 @@ struct AnnounceMessage
    */
   struct GNUNET_TIME_RelativeNBO refresh_delay;
 
-  /**
-   * Which PID to announce as the provider?
-   */
-  struct GNUNET_PeerIdentity pid;
-
   /* followed by 0-terminated regex as string */
 };
 
@@ -66,7 +61,7 @@ struct AnnounceMessage
 /**
  * Message to initiate regex search.
  */
-struct SearchMessage
+struct RegexSearchMessage
 {
   /**
    * Type is GNUNET_MESSAGE_TYPE_REGEX_SEARCH
@@ -102,7 +97,7 @@ struct ResultMessage
    * Identity of the peer that was found.
    */
   struct GNUNET_PeerIdentity id;
+
   /* followed by GET path and PUT path arrays */
 
 };