diff options
author | Chris Hall <GMCH@hestia.halldom.com> | 2010-01-21 14:11:09 +0000 |
---|---|---|
committer | Chris Hall <GMCH@hestia.halldom.com> | 2010-01-21 14:11:09 +0000 |
commit | 305c1b3dd35748bc949a139ce8db03f7f5552cde (patch) | |
tree | d028a5d350fe8056c8ac04a39fe62da98c5119bd /lib/qpselect.h | |
parent | 019a15f07196fd6c9546b9bc3f33139b64eb8ace (diff) | |
download | quagga-305c1b3dd35748bc949a139ce8db03f7f5552cde.tar.bz2 quagga-305c1b3dd35748bc949a139ce8db03f7f5552cde.tar.xz |
Tidy up handling of fd_last in qpselect.
Diffstat (limited to 'lib/qpselect.h')
-rw-r--r-- | lib/qpselect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/qpselect.h b/lib/qpselect.h index aec56c38..538ebf68 100644 --- a/lib/qpselect.h +++ b/lib/qpselect.h @@ -131,7 +131,7 @@ struct qps_selection struct vector files ; /* mapping fd to qps_file */ - int fd_last ; /* highest numbered fd we are looking after */ + int fd_last ; /* highest numbered fd; -1 => none at all */ int enabled_count[qps_mnum_count] ; /* no. enabled fds in each mode */ fd_full_set enabled ; /* bit vectors for pselect enabled stuff */ |