Home
last modified time | relevance | path

Searched refs:timeout_write_tv (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/lloadd/
H A Dconfig.c85 timeout_write_tv = { 10, 0 }; variable
96 struct timeval *lload_write_timeout = &timeout_write_tv;
967 timeout_write_tv.tv_sec = c->value_uint / 1000; in config_generic()
968 timeout_write_tv.tv_usec = 1000 * ( c->value_uint % 1000 ); in config_generic()
969 lload_write_timeout = &timeout_write_tv; in config_generic()