properly timeout reserve-with-timeout; fixes #78
commit0db458bbdb1cc48fdfb6e424022cfcff971f09a5
authorKeith Rarick <kr@xph.us>
Sun, 15 Jan 2012 03:33:37 +0000 (14 19:33 -0800)
committerKeith Rarick <kr@xph.us>
Sun, 15 Jan 2012 03:33:37 +0000 (14 19:33 -0800)
tree9dd9fb30cc9bfc24f78d792ba5a7906093010e81
parente51d8aab5fcc3bec399a51c3315897a79d3bd964
properly timeout reserve-with-timeout; fixes #78

Failing to initialize tickpos was causing heapremove to remove the wrong
conn from the heap. (This would be more thoroughly fixed by redesigning
Heap so that zero is used for an item that's not in the heap.)
conn.c
integ-test.c