]> granicus.if.org Git - apache/commit
mpm_winnt: Refactor the mpm_get_completion_context() function so that it
authorEvgeny Kotkov <kotkov@apache.org>
Fri, 7 Jul 2017 11:14:25 +0000 (11:14 +0000)
committerEvgeny Kotkov <kotkov@apache.org>
Fri, 7 Jul 2017 11:14:25 +0000 (11:14 +0000)
commitc3c585fa8ef5a370bef4fd9d39670e4630500a5a
treec94e79856e91daef4b8d666222b7bc120e549e00
parent948681b8530eaf2c642e1f6e8c78fcae1d90de63
mpm_winnt: Refactor the mpm_get_completion_context() function so that it
would return a proper apr_status_t instead of yielding the result via the
*timeout out variable.

This makes the calling side easier to follow by avoiding an additional
layer of if's.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1801147 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/winnt/child.c