commit | 4eac209555350124710797dfeb3d228a9e68edce | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Aug 31 17:01:18 2007 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Sep 09 21:09:29 2007 +0200 |
tree | 8d0af21cfe4ebbac544ec89630b3491660054d06 | |
parent | e7150cdcfa7b3150f61a3d8b55a97b8976f1e14e [diff] |
[MAJOR] spec I/O: fix allocations of spec entries for an FD Under some circumstances, it was possible with speculative I/O to reallocate multiple entries for the same FD if an fd_{set,clr,set} or fd_{clr,set,clr} sequences were performed before a schedule. Fix this by keeping a an allocation flag for each fd.