Changeset 6dc3757 for owl.h


Ignore:
Timestamp:
Jun 11, 2011, 6:31:32 PM (14 years ago)
Author:
David Benjamin <davidben@mit.edu>
Children:
89fe67e
Parents:
db4f7c3
git-author:
David Benjamin <davidben@mit.edu> (05/23/11 23:43:21)
git-committer:
David Benjamin <davidben@mit.edu> (06/11/11 18:31:32)
Message:
Convert AIM timers to glib timers

We do lose the timer tracking feature, but I think that's fine. Glib
does have some main loop debug spew to run, though admittedly it may
require a custom-built glib.

Glib 2.14 allows us to use g_timeout_add_seconds which synchronizes
wakeups at the seconds granularity to minimize CPU wakeups.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    r33b6431b r6dc3757  
    627627  owl_list io_dispatch_list;
    628628  GList *timerlist;
    629   owl_timer *aim_nop_timer;
     629  guint aim_nop_timer;
    630630  int load_initial_subs;
    631631  FILE *debug_file;
Note: See TracChangeset for help on using the changeset viewer.