- Timestamp:
- May 16, 2010, 1:15:23 AM (14 years ago)
- Branches:
- master, release-1.10, release-1.7, release-1.8, release-1.9
- Children:
- f034ac0
- Parents:
- 7ba9e0de
- git-author:
- David Benjamin <davidben@mit.edu> (05/14/10 18:12:21)
- git-committer:
- David Benjamin <davidben@mit.edu> (05/16/10 01:15:23)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
owl.c
r0881cdd r3687413 455 455 #endif /* OWL_STDERR_REDIR */ 456 456 457 void owl_zephyr_buddycheck_timer(owl_timer *t, void *data)458 {459 if (owl_global_is_pseudologins(&g)) {460 owl_function_debugmsg("Doing zephyr buddy check");461 owl_function_zephyr_buddy_check(1);462 }463 }464 465 457 static int owl_refresh_pre_select_action(owl_ps_action *a, void *data) 466 458 { … … 627 619 owl_global_push_context(&g, OWL_CTX_READCONFIG|OWL_CTX_RECV, NULL, "recv"); 628 620 629 owl_select_add_timer(180, 180, owl_zephyr_buddycheck_timer, NULL, NULL);630 631 621 /* If we ever deprecate the mainloop hook, remove this. */ 632 622 owl_select_add_timer(0, 1, owl_perlconfig_mainloop, NULL, NULL);
Note: See TracChangeset
for help on using the changeset viewer.