Searched defs:msg_format (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/cluster/
H A Dmod_heartbeat.c41 static const char *msg_format = "v=%u&ready=%u&busy=%u"; variable
81 len = apr_snprintf(buf, sizeof(buf), msg_format, MSG_VERSION, ready, busy);

Completed in 10 milliseconds