Lines Matching defs:node
265 /* Read the file and update the line corresponding to the node */
303 hm_server_t node;
309 node.busy = atoi(apr_table_get(hbt, "busy"));
311 node.busy = 0;
315 node.ready = atoi(apr_table_get(hbt, "ready"));
317 node.ready = 0;
321 node.seen = atoi(apr_table_get(hbt, "lastseen"));
323 node.seen = SEEN_TIMEOUT;
325 seen = fage + node.seen;
328 node.port = atoi(apr_table_get(hbt, "port"));
330 node.port = 80;
333 ip, node.ready, node.busy, (unsigned int) seen, node.port);
518 /* Process a message received from a backend node */