From c285ba0bd2f37a29d9d167433d34d37ed8a487a2 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Fri, 6 Nov 2020 17:02:13 +0100 Subject: [PATCH] Mention passthrough_event() in Event*Payload --- src/common/serialization.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/common/serialization.h b/src/common/serialization.h index 18829b46..163619ca 100644 --- a/src/common/serialization.h +++ b/src/common/serialization.h @@ -356,6 +356,8 @@ struct WantsString {}; * For this we use a vector of bytes instead of a string since * - Or the plugin will write a short null terminated C-string there. We'll * assume that this is the default if none of the above options apply. + * + * @relates passthrough_event */ using EventPayload = std::variant