BIND 10 #1639: perfdhcp.c uses pselect
BIND 10 Development
do-not-reply at isc.org
Wed Mar 21 04:37:24 UTC 2012
#1639: perfdhcp.c uses pselect
-------------------------------------+-------------------------------------
Reporter: jreed | Owner: muks
Type: | Status: reviewing
defect | Milestone:
Priority: low | Sprint-20120403
Component: | Resolution:
perfdhcp | Sensitive: 0
Keywords: | Sub-Project: Core
Defect Severity: N/A | Estimated Difficulty: 0
Feature Depending on Ticket: | Total Hours: 0
Add Hours to Ticket: 0 |
Internal?: 0 |
-------------------------------------+-------------------------------------
Comment (by muks):
Replying to [comment:6 jinmei]:
> Another minor comment: maybe we'll use pselect for other places than
> perfdhcp in future, so I'd be a bit more generic here:
>
> {{{
> # Check for pselect() for use in perfdhcp
> AC_CHECK_FUNCS([pselect])
> }}}
>
> Maybe something like "Check for pselect() in some of the code"? Not
> sure if this makes more sense though...I'd leave it to you.
I've changed it to the following:
{{{
-# Check for pselect() for use in perfdhcp
+# Check for functions that are not available on all platforms
AC_CHECK_FUNCS([pselect])
}}}
--
Ticket URL: <http://bind10.isc.org/ticket/1639#comment:8>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list