change TDB to be valgrind nice
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 22 Feb 2012 05:07:17 +0000 (16:07 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 22 Feb 2012 05:07:17 +0000 (16:07 +1100)
(This used to be ctdb commit d306c3c9a53e012c412c96ab9743de6cd96826e0)

ctdb/lib/tdb/common/hash.c

index c07297ec1908944a61c542e226fbf151cf874fff..a29ba4a7a58ef624815042cbad83f7f9f5ceb4af 100644 (file)
@@ -22,6 +22,8 @@
    You should have received a copy of the GNU Lesser General Public
    License along with this library; if not, see <http://www.gnu.org/licenses/>.
 */
+#define VALGRIND
+
 #include "tdb_private.h"
 
 /* This is based on the hash algorithm from gdbm */