A few extra status for process status

This commit is contained in:
Thulinma 2021-01-08 23:12:21 +01:00
parent 465f50e6a2
commit 6f035f3bc6
2 changed files with 2 additions and 0 deletions

View file

@ -1601,6 +1601,7 @@ namespace Mist{
// let's load it
thisPacket.reInit(curPage[nxt.tid].mapped + nxt.offset, 0, true);
thisIdx = nxt.tid;
thisTime = thisPacket.getTime();
// if it failed, drop the track and continue
if (!thisPacket){
dropTrack(nxt.tid, "packet load failure");

View file

@ -163,6 +163,7 @@ namespace Mist{
uint64_t lastPacketTime;
size_t thisIdx;
uint64_t thisTime;
};
}// namespace Mist