crossroads

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

clientfd.cc (109B)


      1 #include "threadlist"
      2 
      3 void Threadlist::clientfd(Socket &f) {
      4     th_map[pthread_self()].clientfd(f.fd());
      5 }