about summary refs log tree commit diff
path: root/nscd/nscd-client.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-09-08 17:56:46 +0000
committerUlrich Drepper <drepper@redhat.com>2004-09-08 17:56:46 +0000
commit081fc592fa6e8cb8f262ad9dee917c658a415b42 (patch)
tree6e24039d16fad26e309bf756875960213b0ebaa6 /nscd/nscd-client.h
parentc207f23b0b6b2d215be65e670d453768ad304247 (diff)
downloadglibc-081fc592fa6e8cb8f262ad9dee917c658a415b42.tar.gz
glibc-081fc592fa6e8cb8f262ad9dee917c658a415b42.tar.xz
glibc-081fc592fa6e8cb8f262ad9dee917c658a415b42.zip
Update.
	    Jakub Jelinek  <jakub@redhat.com>

	* nscd/Makefile (nscd-modules): Add nscd_setup_thread.
	* nscd/connections.c (nscd_run): Call setup_thread for maintenance
	threads.
	* nscd/nscd-client.h (struct database_pers_head): Add
	nscd_certainly_running field.
	* nscd/nscd.h: Declare setup_thread.
	* nscd/nscd_helper.c (__nscd_get_map_ref): Avoid the time test if
	nscd_certainly_running is nonzero.

2004-09-08  Ulrich Drepper  <drepper@redhat.com>
Diffstat (limited to 'nscd/nscd-client.h')
-rw-r--r--nscd/nscd-client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nscd/nscd-client.h b/nscd/nscd-client.h
index 708f62d6aa..02a57787b5 100644
--- a/nscd/nscd-client.h
+++ b/nscd/nscd-client.h
@@ -180,6 +180,7 @@ struct database_pers_head
   int version;
   int header_size;
   int gc_cycle;
+  int nscd_certainly_running;
   volatile time_t timestamp;
 
   size_t module;