00001 #include "FWCore/Utilities/interface/GlobalMutex.h" 00002 00003 boost::mutex* edm::rootfix::getGlobalMutex() { 00004 static boost::mutex m_; 00005 return &m_; 00006 }