Changeset b848e30
- Timestamp:
- May 24, 2011, 12:10:29 AM (14 years ago)
- Branches:
- master, release-1.10, release-1.8, release-1.9
- Children:
- f1c845b, 2d415cc
- Parents:
- 33b6431b
- git-author:
- David Benjamin <davidben@mit.edu> (05/24/11 00:09:35)
- git-committer:
- David Benjamin <davidben@mit.edu> (05/24/11 00:10:29)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zephyr.c
rf97c1a6 rb848e30 7 7 #include "owl.h" 8 8 9 #ifdef HAVE_LIBZEPHYR 9 10 static GSource *owl_zephyr_event_source_new(int fd); 10 11 … … 13 14 static gboolean owl_zephyr_event_dispatch(GSource *source, GSourceFunc callback, gpointer user_data); 14 15 15 #ifdef HAVE_LIBZEPHYR16 16 static GList *deferred_subs = NULL; 17 17 … … 1451 1451 #define OWL_MAX_ZEPHYRGRAMS_TO_PROCESS 20 1452 1452 1453 #ifdef HAVE_LIBZEPHYR 1453 1454 static int _owl_zephyr_process_events(void) 1454 1455 { 1455 1456 int zpendcount=0; 1456 #ifdef HAVE_LIBZEPHYR1457 1457 ZNotice_t notice; 1458 1458 Code_t code; … … 1495 1495 } 1496 1496 } 1497 #endif1498 1497 return zpendcount; 1499 1498 } … … 1533 1532 return TRUE; 1534 1533 } 1534 #endif
Note: See TracChangeset
for help on using the changeset viewer.