]> git.pond.sub.org Git - empserver/commit
Remove long defunct IO_NEWSOCK
authorMarkus Armbruster <armbru@pond.sub.org>
Tue, 21 Apr 2009 17:47:36 +0000 (19:47 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 19 Jul 2009 18:11:52 +0000 (14:11 -0400)
commit0025f24f1ea38cdbdc0b724b101b4ed2c9477db1
tree16f3f0115bc739987551da49a76c08a25dda2e8a
parent3ce0cea94c8cc31073de67ed83cbf3a07d436c29
Remove long defunct IO_NEWSOCK

Chainsaw used this together with the notify callback to make the iop
data type usable for sockets it listened on, so that io_select() could
multiplex them along with the sockets used for actual I/O.
io_select() became unused in Empire 2, and finally got removed in
commit 875d72a0, v4.2.13.  That made the IO_NEWSOCK and the notify
callback defunct.  The latter got removed in commit 7d5a6b81, v4.3.1.
include/empio.h
src/lib/empthread/io.c