comparison src/connection.h @ 10745:ca69d597a5e2

[gaim-migrate @ 12347] Get rid of serv_close (I got rid of serv_login earlier today). committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 27 Mar 2005 01:59:39 +0000
parents 4228b6d78506
children c80a609bd747
comparison
equal deleted inserted replaced
10744:1b927566fcc4 10745:ca69d597a5e2
84 84
85 GSList *buddy_chats; /**< A list of active chats. */ 85 GSList *buddy_chats; /**< A list of active chats. */
86 void *proto_data; /**< Protocol-specific data. */ 86 void *proto_data; /**< Protocol-specific data. */
87 87
88 char *display_name; /**< The name displayed. */ 88 char *display_name; /**< The name displayed. */
89 guint keep_alive; /**< Keep-alive. */ 89 guint keepalive; /**< Keep-alive. */
90 90
91 guint idle_timer; /**< The idle timer. */ 91 guint idle_timer; /**< The idle timer. */
92 time_t login_time; /**< Time of login. */ 92 time_t login_time; /**< Time of login. */
93 time_t last_sent_time; /**< The time something was last sent. */ 93 time_t last_sent_time; /**< The time something was last sent. */
94 int is_idle; /**< Idle state of the connection. */ 94 int is_idle; /**< Idle state of the connection. */