crossroads

Git mirror of https://crossroads.e-tunity.com/
git clone git://git.finwo.net/app/crossroads
Log | Files | Refs | LICENSE

mutextree1.cc (190B)


      1 #include "mutextree"
      2 
      3 MutexTree::MutexTree(): _root(0), _treelock() {
      4 #   ifdef DEBUG
      5     debugmsg("Mutex: constructed (this=" << this << ", root=" << _root
      6 	     << ")\n");
      7 #   endif    
      8 }