Changeset f640876


Ignore:
Timestamp:
Dec 21, 2010, 5:55:38 PM (13 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.8, release-1.9
Children:
d275eb2
Parents:
8510d5b
git-author:
David Benjamin <davidben@mit.edu> (12/15/10 23:03:03)
git-committer:
David Benjamin <davidben@mit.edu> (12/21/10 17:55:38)
Message:
Punt some old owl_timer objects

Not only are they no longer used, they cannot be used. owl_select
doesn't let you allocate owl_timers on the stack and in structs anymore.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    r9d21120 rf640876  
    627627  aim_session_t aimsess;
    628628  aim_conn_t bosconn;
    629   owl_timer aim_noop_timer;
    630   owl_timer aim_ignorelogin_timer;
    631629  int aim_loggedin;         /* true if currently logged into AIM */
    632630  int aim_doprocessing;     /* true if we should process AIM events (like pending login) */
     
    643641  volatile siginfo_t err_signal_info;
    644642  owl_zbuddylist zbuddies;
    645   owl_timer zephyr_buddycheck_timer;
    646643  GList *zaldlist;
    647644  int pseudologin_notify;
Note: See TracChangeset for help on using the changeset viewer.