crossroads

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

weight.cc (96B)


      1 #include "mutextree"
      2 
      3 int MutexTree::weight() const {
      4     return _root ? _root->weight() : 0;
      5 }