Utils/Daemon: Add warning when the scheduler has registered events at a fork()
[senf.git] / Packets / PacketInterpreter.cti
index 672436f..f542015 100644 (file)
@@ -50,6 +50,12 @@ prefix_ typename senf::PacketInterpreter<Type>::ptr senf::PacketInterpreterBase:
         static_cast< PacketInterpreter<Type>* >(this));
 }
 
+template <class Annotation>
+prefix_ Annotation & senf::PacketInterpreterBase::annotation()
+{
+    return impl().annotation<Annotation>();
+}
+
 ///////////////////////////////////////////////////////////////////////////
 // senf::PacketInterpreter<PacketType>