Make Sessions::NextPacket call packet_mgr, fix fuzzer code to do the same

This commit is contained in:
Tim Wojtulewicz 2020-09-24 10:18:44 -07:00
parent 1cf251d1ca
commit 8ece1cf484
3 changed files with 5 additions and 83 deletions

View file

@ -50,7 +50,7 @@ public:
// Main entry point for packet processing.
[[deprecated("Remove in v4.1. Do not call this method directly. Packet processing should start with a call to packet_mgr->ProcessPacket().")]]
void NextPacket(double t, const Packet* pkt);
void NextPacket(double t, Packet* pkt);
void Done(); // call to drain events before destructing