about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2010-04-08 19:58:29 -0700
committerUlrich Drepper <drepper@redhat.com>2010-04-08 19:58:29 -0700
commitd55d558b4ecf2a9ef4869982ce6c32f9c496bbe7 (patch)
treed09d1f722d78240bf424bd25f7d54e845eaf365b /ChangeLog
parent42464d7fe8a4fab468b12466e52f9552e4940fcf (diff)
downloadglibc-d55d558b4ecf2a9ef4869982ce6c32f9c496bbe7.tar.gz
glibc-d55d558b4ecf2a9ef4869982ce6c32f9c496bbe7.tar.xz
glibc-d55d558b4ecf2a9ef4869982ce6c32f9c496bbe7.zip
Print reload count in nscd statistics.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 540d1b4f5e..fe493ba408 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2010-04-08  Ulrich Drepper  <drepper@redhat.com>
 
+	[BZ #10915]
+	* nscd/nscd_stat.c (struct statdata): Add reload_count field.
+	(send_stats): Fill in reload_count.
+	(receive_print_stats): Print reload_count.
+
 	* sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): When
 	reading the loginuid file use a buffer which is always large enough.
 	NUL-terminate the string.