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