mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
pass around receivedPacket as struct instead of as pointer (#3823)
This commit is contained in:
parent
591ab1ab5e
commit
072a602cc1
16 changed files with 96 additions and 94 deletions
|
@ -61,7 +61,7 @@ func (mr *MockPacketHandlerMockRecorder) getPerspective() *gomock.Call {
|
|||
}
|
||||
|
||||
// handlePacket mocks base method.
|
||||
func (m *MockPacketHandler) handlePacket(arg0 *receivedPacket) {
|
||||
func (m *MockPacketHandler) handlePacket(arg0 receivedPacket) {
|
||||
m.ctrl.T.Helper()
|
||||
m.ctrl.Call(m, "handlePacket", arg0)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue