commit | a4ea6a9d19ef9dc4290a9cd15e352a414198d268 | [log] [download] |
---|---|---|
author | Tiago Cunha <tcunha@gmx.com> | Sun Oct 11 23:25:44 2009 +0000 |
committer | Tiago Cunha <tcunha@gmx.com> | Sun Oct 11 23:25:44 2009 +0000 |
tree | a6eb5097016407888440d2feef669d806eb23059 | |
parent | 0e5f20a97dd341bb16b5551406c253c1c95ee9e9 [diff] |
Sync OpenBSD patchset 369: 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.