A few extra status for process status
This commit is contained in:
parent
465f50e6a2
commit
6f035f3bc6
2 changed files with 2 additions and 0 deletions
|
@ -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");
|
||||
|
|
|
@ -163,6 +163,7 @@ namespace Mist{
|
|||
uint64_t lastPacketTime;
|
||||
|
||||
size_t thisIdx;
|
||||
uint64_t thisTime;
|
||||
};
|
||||
|
||||
}// namespace Mist
|
||||
|
|
Loading…
Add table
Reference in a new issue