Changeset 395b32e


Ignore:
Timestamp:
Mar 29, 2009, 2:48:05 PM (15 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
owl
Children:
ba4fde8
Parents:
01dcae5
Message:
work around delayed zephyrs from other calls to Z_WaitForNotice
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.c

    rfa00c5c r395b32e  
    619619      owl_global_set_noneedrefresh(&g);
    620620    }
     621
     622    /* Some calls into libzephyr call Z_WaitForNotice(), which has its
     623     * own select loop and may leave zephyrs on the queue. Check for
     624     * them now, and process any we find. */
     625    owl_zephyr_process_events(NULL);
    621626
    622627    /* select on FDs we know about. */
Note: See TracChangeset for help on using the changeset viewer.