summaryrefslogtreecommitdiff
path: root/implementation/routing/include/types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'implementation/routing/include/types.hpp')
-rw-r--r--implementation/routing/include/types.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/implementation/routing/include/types.hpp b/implementation/routing/include/types.hpp
index 389b226..c301b33 100644
--- a/implementation/routing/include/types.hpp
+++ b/implementation/routing/include/types.hpp
@@ -50,6 +50,11 @@ enum class remote_subscription_state_e : std::uint8_t {
typedef std::uint16_t remote_subscription_id_t;
typedef std::uint32_t pending_remote_offer_id_t;
+struct msg_statistic_t {
+ uint32_t counter_;
+ length_t avg_length_;
+};
+
}
// namespace vsomeip_v3