Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
y001j authored Oct 22, 2023
1 parent 6e4fae9 commit 48033e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ type testServer struct {
// @receiver ts
// @param data
// @return uring_net.Action
func (ts *testServer) OnTraffic(data *UringNet.UserData, ringnet UringNet.URingNet) UringNet.Action {
func (ts *testServer) OnTraffic(data *UringNet.UserData, ringnet *UringNet.URingNet) UringNet.Action {
data.WriteBuf = data.Buffer
return UringNet.Echo
}
Expand Down

0 comments on commit 48033e7

Please sign in to comment.