crossroads

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

map.cc (75B)


      1 #include "threadlist"
      2 
      3 Threadmap &Threadlist::map() {
      4     return th_map;
      5 }