示例#1
0
void timer_handler(int signum)
{
	DBG_ONLY("receive signum = " << signum);
	httpserver.timeout_action();
}