Skip to content
  • Leigh B. Stoller's avatar
    Fix original source error; A dynamic event with a shorter timeout did not · fec09f29
    Leigh B. Stoller authored
    interupt the current next up event cause Ian's code just grabbed it
    off the queue and went into select. I converted this code to use a
    condition variable and a timed wait. If a new event comes in, signal
    the waiter who can recheck to see of the head of the queue has
    changed. Seems to work, but not well tested. This bug reported by Rob!
    fec09f29