Eliminate next pointer from connection_t, turn connections into a std::list

This commit is contained in:
ridiculousfish
2013-02-16 00:32:15 -08:00
parent 6d522e6ed6
commit b682c4102e
4 changed files with 45 additions and 61 deletions

View File

@@ -205,7 +205,7 @@ static void callback(fish_message_type_t type, const wchar_t *name, const wchar_
Make sure the connection is healthy. If not, close it, and try to
establish a new connection.
*/
static void check_connection()
static void check_connection(void)
{
if (! s_env_univeral_inited)
return;