ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/fdlist.c
(Generate patch)

Comparing ircd-hybrid/branches/8.2.x/src/fdlist.c (file contents):
Revision 5581 by michael, Sun Jan 11 12:41:14 2015 UTC vs.
Revision 5582 by michael, Sun Feb 15 14:42:58 2015 UTC

# Line 157 | Line 157 | fd_dump(struct Client *source_p, int par
157   {
158    for (unsigned int i = 0; i < FD_HASH_SIZE; ++i)
159      for (fde_t *F = fd_hash[i]; F; F = F->hnext)
160 <      sendto_one_numeric(source_p, &me, RPL_STATSDEBUG|SND_EXPLICIT,
160 >      sendto_one_numeric(source_p, &me, RPL_STATSDEBUG | SND_EXPLICIT,
161                           "F :fd %-5d desc '%s'", F->fd, F->desc);
162   }
163  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines