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.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/regex/regex_ipc.h b/src/regex/regex_ipc.h
index 5106ead24..b5a474d56 100644
--- a/src/regex/regex_ipc.h
+++ b/src/regex/regex_ipc.h
@@ -31,7 +31,8 @@
31/** 31/**
32 * Request for regex service to announce capability. 32 * Request for regex service to announce capability.
33 */ 33 */
34struct AnnounceMessage { 34struct AnnounceMessage
35{
35 /** 36 /**
36 * Type is GNUNET_MESSAGE_TYPE_REGEX_ANNOUNCE 37 * Type is GNUNET_MESSAGE_TYPE_REGEX_ANNOUNCE
37 */ 38 */
@@ -59,7 +60,8 @@ struct AnnounceMessage {
59/** 60/**
60 * Message to initiate regex search. 61 * Message to initiate regex search.
61 */ 62 */
62struct RegexSearchMessage { 63struct RegexSearchMessage
64{
63 /** 65 /**
64 * Type is GNUNET_MESSAGE_TYPE_REGEX_SEARCH 66 * Type is GNUNET_MESSAGE_TYPE_REGEX_SEARCH
65 */ 67 */
@@ -72,7 +74,8 @@ struct RegexSearchMessage {
72/** 74/**
73 * Result from regex search. 75 * Result from regex search.
74 */ 76 */
75struct ResultMessage { 77struct ResultMessage
78{
76 /** 79 /**
77 * Type is GNUNET_MESSAGE_TYPE_REGEX_RESULT 80 * Type is GNUNET_MESSAGE_TYPE_REGEX_RESULT
78 */ 81 */