server_match
int server_match = 0;
server_match = (strcmp(aluaNode, myNode)) ? 0 : 1;
if (server_match) {
match = list_match(sv_list, request, server_match)
static int server_match();