From 2f97f8bd0167d4179427efa8a955046fbf417e91 Mon Sep 17 00:00:00 2001 From: Aaron Rossetto Date: Fri, 27 Sep 2019 14:56:25 -0500 Subject: transport: Implement eov indications for Rx and Tx streams --- host/lib/types/types.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'host/lib/types') diff --git a/host/lib/types/types.cpp b/host/lib/types/types.cpp index aa87f30a5..7e947a4f8 100644 --- a/host/lib/types/types.cpp +++ b/host/lib/types/types.cpp @@ -24,11 +24,11 @@ stream_cmd_t::stream_cmd_t(const stream_mode_t &stream_mode): /*********************************************************************** * metadata **********************************************************************/ -tx_metadata_t::tx_metadata_t(void): - has_time_spec(false), - time_spec(time_spec_t()), - start_of_burst(false), - end_of_burst(false) +tx_metadata_t::tx_metadata_t(void) + : has_time_spec(false) + , time_spec(time_spec_t()) + , start_of_burst(false) + , end_of_burst(false) { /* NOP */ } -- cgit v1.2.3