Commit 8b83646b authored by Joanne Hugé's avatar Joanne Hugé

Properly store the packet_ts structure

parent 4fe7db85
......@@ -133,7 +133,7 @@ static void *packet_receiving_thread(void *p) {
} else if (tsn_task == RECV_PACKET_TASK) {
recv_udp_packet(enable_timestamps, histograms);
param->stats.packet_ts = recv_udp_packet(enable_timestamps, histograms);
clock_gettime(CLOCK_MONOTONIC, &current);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment