Changeset 074bdaa for owl.h


Ignore:
Timestamp:
Jun 22, 2011, 12:37:21 AM (14 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.8, release-1.9
Children:
bcde7926
Parents:
58f4fb2
git-author:
David Benjamin <davidben@mit.edu> (05/24/11 00:36:51)
git-committer:
David Benjamin <davidben@mit.edu> (06/22/11 00:37:21)
Message:
Replace BarnOwl::Timer with a perl wrapper over AnyEvent

This also allows us to kill owl_timer altogether.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    r6b0b4f4 r074bdaa  
    516516  owl_list zusers;
    517517} owl_zbuddylist;
    518 
    519 typedef struct _owl_timer {
    520   time_t time;
    521   int interval;
    522   void (*callback)(struct _owl_timer *, void *);
    523   void (*destroy)(struct _owl_timer *);
    524   void *data;
    525   char *name;
    526 } owl_timer;
    527518
    528519typedef struct _owl_errqueue {
     
    617608  struct termios startup_tio;
    618609  owl_list io_dispatch_list;
    619   GList *timerlist;
    620610  guint aim_nop_timer;
    621611  int load_initial_subs;
Note: See TracChangeset for help on using the changeset viewer.