]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MAJOR: polling: add event ports support (Solaris)
authorEmmanuel Hocdet <manu@gandi.net>
Mon, 8 Apr 2019 16:53:32 +0000 (16:53 +0000)
committerWilly Tarreau <w@1wt.eu>
Tue, 21 May 2019 13:16:45 +0000 (15:16 +0200)
commit0ba4f483d26678c8f825c4de6bc20840708c0b6c
tree8fc817edc069a8ac5ed3b7f58e349117a54cfffe
parent3c0edfa1fff58cc5b8f3e2ffacdc3c1477d6c15d
MAJOR: polling: add event ports support (Solaris)

Event ports are kqueue/epoll polling class for Solaris. Code is based
on https://github.com/joyent/haproxy-1.8/tree/joyent/dev-v1.8.8.
Event ports are available only on SunOS systems derived from
Solaris 10 and later (including illumos systems).
Makefile
doc/configuration.txt
doc/haproxy.1
include/types/global.h
src/cfgparse-global.c
src/ev_evports.c [new file with mode: 0644]
src/haproxy.c