aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regex_ipc.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-06-26 17:21:22 +0000
committerChristian Grothoff <christian@grothoff.org>2013-06-26 17:21:22 +0000
commit3999807382f98843cdde19211fc94484d0793087 (patch)
treeeab97299e72edbfdd5d6f409db0729d9780d3e5e /src/regex/regex_ipc.h
parentabc1a0ea19b7dc199b83749d31e32622c7469ded (diff)
downloadgnunet-3999807382f98843cdde19211fc94484d0793087.tar.gz
gnunet-3999807382f98843cdde19211fc94484d0793087.zip
-introducing signing of regex accept states, removing PID from regex API
Diffstat (limited to 'src/regex/regex_ipc.h')
-rw-r--r--src/regex/regex_ipc.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/regex/regex_ipc.h b/src/regex/regex_ipc.h
index b94fceb86..fd6440bb8 100644
--- a/src/regex/regex_ipc.h
+++ b/src/regex/regex_ipc.h
@@ -54,11 +54,6 @@ struct AnnounceMessage
54 */ 54 */
55 struct GNUNET_TIME_RelativeNBO refresh_delay; 55 struct GNUNET_TIME_RelativeNBO refresh_delay;
56 56
57 /**
58 * Which PID to announce as the provider?
59 */
60 struct GNUNET_PeerIdentity pid;
61
62 /* followed by 0-terminated regex as string */ 57 /* followed by 0-terminated regex as string */
63}; 58};
64 59