-improve UDP logging
[oweals/gnunet.git] / src / regex / regex_ipc.h
index fd6440bb80637b353d4126aae1532b8b87834299..127e6658e90c850e397291a64289ffafc725f4f5 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
@@ -43,7 +43,7 @@ struct AnnounceMessage
    * How many characters can we squeeze per edge?
    */
   uint16_t compression;
-  
+
   /**
    * Always zero.
    */
@@ -61,7 +61,7 @@ struct AnnounceMessage
 /**
  * Message to initiate regex search.
  */
-struct SearchMessage
+struct RegexSearchMessage
 {
   /**
    * Type is GNUNET_MESSAGE_TYPE_REGEX_SEARCH
@@ -97,7 +97,7 @@ struct ResultMessage
    * Identity of the peer that was found.
    */
   struct GNUNET_PeerIdentity id;
+
   /* followed by GET path and PUT path arrays */
 
 };