aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set_union.h
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-06-11 06:08:39 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-06-11 06:09:00 +0200
commitf69bdc6985991ed4062ffa0bd3dc21dab5689613 (patch)
tree3e646214a2e12971cd63ffd5b29c2a1eb9f89523 /src/set/gnunet-service-set_union.h
parent9e1e0255ccf57f2ee0a2be9f4d49ee6308bdd738 (diff)
set: add 'over' message, since cadet does not reliably detect channel termination
Diffstat (limited to 'src/set/gnunet-service-set_union.h')
-rw-r--r--src/set/gnunet-service-set_union.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/set/gnunet-service-set_union.h b/src/set/gnunet-service-set_union.h
index cbf60bcbc2..0866667708 100644
--- a/src/set/gnunet-service-set_union.h
+++ b/src/set/gnunet-service-set_union.h
@@ -235,5 +235,15 @@ void
handle_union_p2p_done (void *cls,
const struct GNUNET_MessageHeader *mh);
+/**
+ * Handle an over message from a remote peer
+ *
+ * @param cls the union operation
+ * @param mh the message
+ */
+void
+handle_union_p2p_over (void *cls,
+ const struct GNUNET_MessageHeader *mh);
+
#endif