File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -725,7 +725,7 @@ void PacketQueue::free_it(packetqueue_iterator *it) {
725
725
}
726
726
}
727
727
728
- bool PacketQueue::is_there_an_iterator_pointing_to_packet (const std::shared_ptr<ZMPacket> & zm_packet) {
728
+ bool PacketQueue::is_there_an_iterator_pointing_to_packet (const std::shared_ptr<ZMPacket> zm_packet) {
729
729
for (
730
730
std::list<packetqueue_iterator *>::iterator iterators_it = iterators.begin ();
731
731
iterators_it != iterators.end ();
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ class PacketQueue {
87
87
packetqueue_iterator snapshot_it,
88
88
unsigned int pre_event_count
89
89
);
90
- bool is_there_an_iterator_pointing_to_packet (const std::shared_ptr<ZMPacket> & zm_packet);
90
+ bool is_there_an_iterator_pointing_to_packet (const std::shared_ptr<ZMPacket> zm_packet);
91
91
void unlock (ZMLockedPacket *lp);
92
92
void notify_all ();
93
93
void wait ();
You can’t perform that action at this time.
0 commit comments