]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Switch over to the new pollset API.
authorGreg Stein <gstein@apache.org>
Sun, 16 Nov 2003 23:47:07 +0000 (23:47 +0000)
committerGreg Stein <gstein@apache.org>
Sun, 16 Nov 2003 23:47:07 +0000 (23:47 +0000)
commit0ea3a6ccd9766b0ddaefc0418556cbc5326de3b0
tree21d654484e03037611dd364efdf7727038a4df7f
parent6ff23b5f8018136b7a707473d5eb1037470d4987
Switch over to the new pollset API.

* server/mpm/worker/worker.c:
  (listener_thread): create and add sockets to the pollset using the new
    APIs. rearrange the round-robin a little bit to work with the new
    pollset return values.
    cleaning: get rid of an extraneous status variable. get rid of
      obsoleted round-robin code.

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