]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] remove unhelpful comment, revise change note
authorEvan Hunt <each@isc.org>
Sat, 10 Jan 2015 02:28:04 +0000 (18:28 -0800)
committerEvan Hunt <each@isc.org>
Sat, 10 Jan 2015 08:17:57 +0000 (00:17 -0800)
3973. [test] Added hooks for Google Performance Tools
CPU profiler, including real-time/wall-clock
profiling. [RT #37339]

CHANGES
lib/isc/unix/app.c

diff --git a/CHANGES b/CHANGES
index 81eed774dba3262282b527aec34a85893e18b00e..fd712ad6c2541a3b2f91e86a3a22f34e5dbe6a3c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
 3974.  [bug]           Handle DH_compute_key() failure correctly in
                        openssldh_link.c. [RT #37477]
 
-3973.  [func]          Added hooks for Google/Great Performance Tools
-                       CPU Profiler, including in real time. [RT #37339]
+3973.  [test]          Added hooks for Google Performance Tools
+                       CPU profiler, including real-time/wall-clock
+                       profiling. [RT #37339]
 
 3972.  [bug]           Fix host's usage statement. [RT #37397]
 
index bde902814c9f8ff21523072988c3b288a9cd7873..313d934c40e3e06a91fc0cbfda49850f46afa763 100644 (file)
@@ -15,8 +15,6 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: app.c,v 1.64 2009/11/04 05:58:46 marka Exp $ */
-
 /*! \file */
 
 #include <config.h>
@@ -717,9 +715,6 @@ isc__app_ctxrun(isc_appctx_t *ctx0) {
                                return (ISC_R_UNEXPECTED);
                        }
 #ifdef HAVE_GPERFTOOLS_PROFILER
-                       /*
-                        * Don't want to get 99.99% real time is sigsuspend()!
-                        */
                        if (sigaddset(&sset, SIGALRM) != 0) {
                                isc__strerror(errno, strbuf, sizeof(strbuf));
                                UNEXPECTED_ERROR(__FILE__, __LINE__,