Ulrich Drepper 902c429174 * nscd/nscd.h (prune_cache): Add fd argument to prototype.
* nscd/nscd.c (parse_opt): Read response from INVALIDATE request
	to make sure the database has been already invalidated.
	* nscd/cache.c (prune_cache): Add fd argument.  Write response to fd
	after the cache has been invalidated.  Use pthread_mutex_lock rather
	than pthread_mutex_trylock if fd != -1.
	* nscd/connections.c (invalidate_cache): Add fd argument, write
	response to fd if not calling prune_cache, pass fd to prune_cache.
	(handle_request): Adjust invalidate_cache caller.
	(nscd_run): Pass -1 as fd to prune_cache.
2006-05-30 17:32:08 +00:00
..
2006-01-06 19:15:13 +00:00
2004-02-17 05:16:49 +00:00
1998-11-19 11:23:37 +00:00
2006-01-06 19:15:13 +00:00
2006-01-06 19:15:13 +00:00
2005-12-07 05:49:17 +00:00
2006-04-25 23:50:31 +00:00
2004-09-30 02:24:51 +00:00
2005-12-14 15:06:39 +00:00
2006-04-25 23:50:31 +00:00
2006-04-27 14:48:29 +00:00