CVSROOT:        /cvs
Module name:    src
Changes by:     n...@cvs.openbsd.org    2009/10/10 03:31:39

Modified files:
        usr.bin/tmux   : server.c 

Log message:
Instead of passing a struct pollfd ** around through various functions, build
them into a tree and then convert into a flat poll array before and after poll.

This adds a little code but should reduce annoying problems with ordering when
adding new things that also need to be polled.

Reply via email to