X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fregex%2Fregex_ipc.h;h=dba83507ce97df9a53d6823499c44cdee6f03e30;hb=80d2de6cdc4d253c7fbc6a4bc067d856aab9cca9;hp=b94fceb86c862e9d71f5a8fa151a73a043554bd3;hpb=8590cba90ab53a070d5ce3d8ec8f1a7f4fb4ee23;p=oweals%2Fgnunet.git diff --git a/src/regex/regex_ipc.h b/src/regex/regex_ipc.h index b94fceb86..dba83507c 100644 --- a/src/regex/regex_ipc.h +++ b/src/regex/regex_ipc.h @@ -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 */ };