dispatcher1.cc (197B)
1 #include "dispatcher" 2 3 Dispatcher::Dispatcher(Socket &clientsock): 4 Thread(), target_backend(-1), client_fd(clientsock), 5 backend_fd(-1), algo(0), target_list() { 6 7 start_dispatcher(); 8 }
crossroadsGit mirror of https://crossroads.e-tunity.com/ | |
| git clone git://git.finwo.net/app/crossroads | |
| Log | Files | Refs | LICENSE |