failed_srv
struct failed_srv *next;
struct failed_srv *failed_srv_list = NULL;
struct failed_srv *tmp_list;
struct failed_srv *tmp_srv;
tmp_srv = (struct failed_srv *)malloc(
sizeof (struct failed_srv));
struct failed_srv *tmp_srv = failed_srv_list;