Changeset 96e3221
- Timestamp:
- Jul 23, 2011, 11:30:46 PM (14 years ago)
- Branches:
- release-1.8
- Children:
- a71b4e0
- Parents:
- 18fd5685
- git-author:
- David Benjamin <davidben@mit.edu> (07/23/11 23:22:47)
- git-committer:
- David Benjamin <davidben@mit.edu> (07/23/11 23:30:46)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
aim.c
r522e03d r96e3221 1829 1829 fd = event_source->fds->pdata[i]; 1830 1830 fd->fd = cur->fd; 1831 fd->events |= G_IO_IN | G_IO_HUP | G_IO_ERR;1831 fd->events = G_IO_IN | G_IO_HUP | G_IO_ERR; 1832 1832 if (cur->status & AIM_CONN_STATUS_INPROGRESS) { 1833 /* Yes, we're checking writable sockets here. Without it, AIM 1834 login is really slow. */ 1833 /* AIM login requires checking writable sockets. See aim_select. */ 1835 1834 fd->events |= G_IO_OUT; 1836 1835 }
Note: See TracChangeset
for help on using the changeset viewer.