ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/include/fdlist.h
(Generate patch)

Comparing ircd-hybrid/trunk/include/fdlist.h (file contents):
Revision 1654 by michael, Fri Nov 16 19:39:37 2012 UTC vs.
Revision 1736 by michael, Sun Jan 13 09:31:46 2013 UTC

# Line 98 | Line 98 | extern int number_fd;
98   extern int hard_fdlimit;
99   extern fde_t *fd_hash[];
100   extern fde_t *fd_next_in_loop;
101 extern struct Callback *fdlimit_cb;
101  
102   extern void fdlist_init(void);
103   extern fde_t *lookup_fd(int);
# Line 108 | Line 107 | extern void fd_dump(struct Client *);
107   extern void fd_note(fde_t *, const char *, ...);
108   extern void close_standard_fds(void);
109   extern void close_fds(fde_t *);
111 extern void recalc_fdlimit(void *);
112
110   #endif /* INCLUDED_fdlist_h */

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)