Changeset 64b6449
- Timestamp:
- Mar 29, 2009, 7:02:30 PM (15 years ago)
- Branches:
- owl
- Children:
- 6fdef66
- Parents:
- 228326a
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
owl.c
r61f7250 r64b6449 617 617 } 618 618 619 /* select on FDs we know about. */ 620 619 621 /* Some calls into libzephyr call Z_WaitForNotice(), which has its 620 622 * own select loop and may leave zephyrs on the queue. Check for 621 623 * them now, and process any we find. */ 622 624 owl_zephyr_process_events(NULL); 623 624 /* select on FDs we know about. */625 625 owl_select(); 626 626 owl_zephyr_process_events(NULL); 627 627 628 /* Log any error signals */ 628 629 { -
owl.h
r3674002 r64b6449 47 47 48 48 #define OWL_VERSION 2.2.0 49 #define OWL_VERSION_STRING "2.2.0-pre 1"49 #define OWL_VERSION_STRING "2.2.0-pre2" 50 50 51 51 /* Feature that is being tested to redirect stderr through a pipe. -
zephyr.c
r9b9e2d9c r64b6449 527 527 owl_function_error("Internal error on ack (%s)", retnotice->z_message); 528 528 } 529 owl_zephyr_process_events(NULL); 529 530 } 530 531 #else
Note: See TracChangeset
for help on using the changeset viewer.