X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fsocketengine.h;fp=include%2Fsocketengine.h;h=b74cb065b717c4cb8f42e5d46c6f191e9e0fda92;hb=a62ae50007c2945251ef1d2611513b6e711f5748;hp=b006439520eb514a26ac833d0108ff72ed2c9d0f;hpb=6b228abad039aaf89a35671ffa6c57cce9af51bc;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/socketengine.h b/include/socketengine.h index b00643952..b74cb065b 100644 --- a/include/socketengine.h +++ b/include/socketengine.h @@ -259,9 +259,9 @@ class CoreExport SocketEngine void UpdateWriteCounters(int len_out); /** Get data transfer statistics. - * @param kbitspersec_in Filled with incoming traffic in this second in kbit/s. - * @param kbitspersec_out Filled with outgoing traffic in this second in kbit/s. - * @param kbitspersec_total Filled with total traffic in this second in kbit/s. + * @param kbitpersec_in Filled with incoming traffic in this second in kbit/s. + * @param kbitpersec_out Filled with outgoing traffic in this second in kbit/s. + * @param kbitpersec_total Filled with total traffic in this second in kbit/s. */ void CoreExport GetBandwidth(float& kbitpersec_in, float& kbitpersec_out, float& kbitpersec_total) const;