libpurple/connection.c

branch
soc.2013.gobjectification
changeset 34751
374a9500c430
parent 34750
826c1611ef90
child 34752
c43a22ac7452
equal deleted inserted replaced
34750:826c1611ef90 34751:374a9500c430
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;

mercurial