From 86afbf9fbd16f109e4b09437538e7b2dff517598 Mon Sep 17 00:00:00 2001
From: Leif Walsh <leif@tokutek.com>
Date: Fri, 21 Sep 2012 22:07:39 +0000
Subject: [PATCH] refs #5507 zero out mutex in marked_omt_test

git-svn-id: file:///svn/toku/tokudb@48132 c7de825b-a66e-492c-adef-691d508d4ae1
---
 ft/tests/marked-omt-test.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ft/tests/marked-omt-test.cc b/ft/tests/marked-omt-test.cc
index 2a90415888..c70d6e7e1c 100644
--- a/ft/tests/marked-omt-test.cc
+++ b/ft/tests/marked-omt-test.cc
@@ -363,6 +363,7 @@ static void stress_test(int nelts) {
 
     const int num_marker_threads = 5;
     struct stress_shared extra;
+    ZERO_STRUCT(extra);
     extra.omt = &omt;
     toku_mutex_init(&extra.mutex, NULL);
     rwlock_init(&extra.lock);
-- 
2.30.9