[svn] commit: r2671 - /trunk/src/lib/bench/benchmark_util.h

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Aug 9 21:41:11 UTC 2010


Author: jinmei
Date: Mon Aug  9 21:41:11 2010
New Revision: 2671

Log:
worked around the buggy behavior of sunstudio about top-level consts

Modified:
    trunk/src/lib/bench/benchmark_util.h

Modified: trunk/src/lib/bench/benchmark_util.h
==============================================================================
--- trunk/src/lib/bench/benchmark_util.h (original)
+++ trunk/src/lib/bench/benchmark_util.h Mon Aug  9 21:41:11 2010
@@ -110,7 +110,7 @@
 /// is used for all queries.
 /// \param strict If \c true, apply stricter validation on the query name and
 /// query RR types; otherwise invalid inputs will be ignored.
-void loadQueryData(const char* input_file, BenchQueries& queries,
+void loadQueryData(const char* const input_file, BenchQueries& queries,
                    const isc::dns::RRClass& qclass, const bool strict = false);
 
 /// \brief Load query %data from an input stream into a vector.




More information about the bind10-changes mailing list