erpc-io / eRPC

Efficient RPCs for datacenter networks
https://erpc.io/
Other
835 stars 137 forks source link

Missing trailing underscores in provided applications #59

Closed IcicleF closed 2 years ago

IcicleF commented 2 years ago

Maybe because of a previous change involving class members, in many of the provided applications (e.g., small_rpc_tput, server_rate), there are lots of missing trailing underscores for variable names that result in compile errors. It's not a big problem, but I will appreciate it if this problem, together with other compile errors in provided applications, can be fixed. Thank you very much!