linebuf_len -> rb_linebuf_len for modules
This commit is contained in:
parent
e8e79621df
commit
d269d0b639
1 changed files with 3 additions and 3 deletions
|
@ -1189,7 +1189,7 @@ stats_servlinks (struct Client *source_p)
|
|||
sendto_one(source_p, Sformat,
|
||||
get_id(&me, source_p), RPL_STATSLINKINFO, get_id(source_p, source_p),
|
||||
get_server_name(target_p, SHOW_IP),
|
||||
(int) linebuf_len (&target_p->localClient->buf_sendq),
|
||||
(int) rb_linebuf_len (&target_p->localClient->buf_sendq),
|
||||
(int) target_p->localClient->sendM,
|
||||
(int) target_p->localClient->sendK,
|
||||
(int) target_p->localClient->receiveM,
|
||||
|
@ -1342,7 +1342,7 @@ stats_l_client(struct Client *source_p, struct Client *target_p,
|
|||
{
|
||||
sendto_one_numeric(source_p, RPL_STATSLINKINFO, Lformat,
|
||||
get_server_name(target_p, SHOW_IP),
|
||||
(int) linebuf_len(&target_p->localClient->buf_sendq),
|
||||
(int) rb_linebuf_len(&target_p->localClient->buf_sendq),
|
||||
(int) target_p->localClient->sendM,
|
||||
(int) target_p->localClient->sendK,
|
||||
(int) target_p->localClient->receiveM,
|
||||
|
@ -1361,7 +1361,7 @@ stats_l_client(struct Client *source_p, struct Client *target_p,
|
|||
get_client_name(target_p, SHOW_IP) :
|
||||
get_client_name(target_p, HIDE_IP)) :
|
||||
get_client_name(target_p, MASK_IP),
|
||||
(int) linebuf_len(&target_p->localClient->buf_sendq),
|
||||
(int) rb_linebuf_len(&target_p->localClient->buf_sendq),
|
||||
(int) target_p->localClient->sendM,
|
||||
(int) target_p->localClient->sendK,
|
||||
(int) target_p->localClient->receiveM,
|
||||
|
|
Loading…
Reference in a new issue