| 76 * setting it themselves. |
76 * setting it themselves. |
| 77 * @see purple_connection_error_is_fatal |
77 * @see purple_connection_error_is_fatal |
| 78 */ |
78 */ |
| 79 gboolean wants_to_die; |
79 gboolean wants_to_die; |
| 80 |
80 |
| 81 guint disconnect_timeout; /**< Timer used for nasty stack tricks */ |
81 guint disconnect_timeout; /**< Timer used for nasty stack tricks |
| |
82 TODO Get rid of this. */ |
| 82 time_t last_received; /**< When we last received a packet. Set by the |
83 time_t last_received; /**< When we last received a packet. Set by the |
| 83 prpl to avoid sending unneeded keepalives */ |
84 prpl to avoid sending unneeded keepalives */ |
| 84 }; |
85 }; |
| 85 |
86 |
| 86 static GList *connections = NULL; |
87 static GList *connections = NULL; |