Changeset dbf94e9d63a677506783cbdb11f0d965aa5f1d70

Show
Ignore:
Timestamp:
10/19/09 22:14:35 (5 weeks ago)
Author:
Alejandro R. Sedeño <asedeno@mit.edu>
git-author:
Alejandro R. Sedeño <asedeno@mit.edu> / 2009-10-13T03:13:21Z-0400
Parents:
4f2166b9a2565b2ccc5fbcbb9869b2a41119a342
Children:
12e291a330f117a61b8b222315c1f39822010a2a
git-committer:
Alejandro R. Sedeño <asedeno@mit.edu> / 2009-10-19T22:14:35Z-0400
Message:
Revert "Process zephyr prior to owl_select(). [more]"

This reverts commit 5657d536d09861fe734329e12194b4c410d34d20.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • owl.c

    r40bda84 rdbf94e9  
    718718    } 
    719719 
    720     /* Some calls into libzephyr call Z_WaitForNotice(), which has its 
    721      * own select loop and may leave zephyrs on the queue. Check for 
    722      * them now, and process any we find. */ 
    723     owl_zephyr_process_events(NULL); 
    724  
    725720    /* select on FDs we know about. */ 
    726721    owl_select();