Changeset dc1edbd for owl.h


Ignore:
Timestamp:
May 23, 2011, 8:57:46 PM (13 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.8, release-1.9
Children:
117b2ba
Parents:
08e9842
git-author:
David Benjamin <davidben@mit.edu> (02/26/11 16:32:51)
git-committer:
David Benjamin <davidben@mit.edu> (05/23/11 20:57:46)
Message:
Add a GSource for AIM events

The AIM file descriptor hack is somewhat less of a hack now. Remove code
related to the old AIM implementation now that it's been superceded.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    r47128d9 rdc1edbd  
    610610  aim_conn_t bosconn;
    611611  int aim_loggedin;         /* true if currently logged into AIM */
    612   int aim_doprocessing;     /* true if we should process AIM events (like pending login) */
     612  GSource *aim_event_source; /* where we get our AIM events from */
    613613  char *aim_screenname;     /* currently logged in AIM screen name */
    614614  char *aim_screenname_for_filters;     /* currently logged in AIM screen name */
Note: See TracChangeset for help on using the changeset viewer.