Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lihzeng committed Oct 15, 2024
1 parent a8be16b commit 9f53b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/peer.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ void peer::handle_rpc_result( ptr<peer> myself,
ptr<req_msg>& req,
ptr<rpc_result>& pending_result,
bool streaming,
ulong total_size,
size_t total_size,
ptr<resp_msg>& resp,
ptr<rpc_exception>& err )
{
Expand Down

0 comments on commit 9f53b08

Please sign in to comment.