aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regex_ipc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/regex_ipc.h')
-rw-r--r--src/regex/regex_ipc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regex/regex_ipc.h b/src/regex/regex_ipc.h
index fd6440bb8..ab7aa45cd 100644
--- a/src/regex/regex_ipc.h
+++ b/src/regex/regex_ipc.h
@@ -43,7 +43,7 @@ struct AnnounceMessage
43 * How many characters can we squeeze per edge? 43 * How many characters can we squeeze per edge?
44 */ 44 */
45 uint16_t compression; 45 uint16_t compression;
46 46
47 /** 47 /**
48 * Always zero. 48 * Always zero.
49 */ 49 */
@@ -97,7 +97,7 @@ struct ResultMessage
97 * Identity of the peer that was found. 97 * Identity of the peer that was found.
98 */ 98 */
99 struct GNUNET_PeerIdentity id; 99 struct GNUNET_PeerIdentity id;
100 100
101 /* followed by GET path and PUT path arrays */ 101 /* followed by GET path and PUT path arrays */
102 102
103}; 103};