Changeset 64b6449 for zephyr.c


Ignore:
Timestamp:
Mar 29, 2009, 7:02:30 PM (15 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
owl
Children:
6fdef66
Parents:
228326a
Message:
try owl_zephyr_process_events() at the end of owl_zephyr_handle_ack()
   to address race condition.  Also one after the select in the main
   loop for good measure.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • zephyr.c

    r9b9e2d9c r64b6449  
    527527    owl_function_error("Internal error on ack (%s)", retnotice->z_message);
    528528  }
     529  owl_zephyr_process_events(NULL);
    529530}
    530531#else
Note: See TracChangeset for help on using the changeset viewer.