- fix connection.c
[oweals/gnunet.git] / src / regex / regex_ipc.h
index b94fceb86c862e9d71f5a8fa151a73a043554bd3..ab7aa45cde0c420fdc4413b581284fd4dea4b165 100644 (file)
@@ -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 */
 };
 
@@ -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 */
 
 };