Changeset 18476 for lang/c/mpio/trunk/mp/iothreads/listen.h
- Timestamp:
- 08/30/08 15:15:48 (4 months ago)
- Files:
-
- 1 modified
-
lang/c/mpio/trunk/mp/iothreads/listen.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/c/mpio/trunk/mp/iothreads/listen.h
r18340 r18476 31 31 struct listener { 32 32 private: 33 class listen_thread : public pthread_thread<listen_thread>{33 class listen_thread { 34 34 public: 35 35 listen_thread(int lsock, void (*callback)(void*, int fd), void* obj) : 36 pthread_thread<listen_thread>(this),37 36 m_lsock(lsock), m_callback(callback), m_obj(obj) {} 38 37 void operator() ()
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)