Skip to content
Snippets Groups Projects
Commit 28b70769 authored by Florian Fittkau's avatar Florian Fittkau
Browse files

fixed sent record

parent dcb7a453
No related branches found
No related tags found
No related merge requests found
......@@ -463,7 +463,7 @@ public class TCPReaderOneClient extends Thread implements IPeriodicTimeSignalRec
final long timestamp = buffer.getLong();
final long traceId = buffer.getLong();
final int orderIndex = buffer.getInt();
final int destinationId = 0;
final int destinationId = buffer.getInt();
try {
putInRingBuffer(new SentRemoteCallRecord(timestamp,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment