[Quickfix-developers] file descriptors?
Brought to you by:
orenmnero
|
From: Shawn Y. <sya...@ge...> - 2007-07-12 14:58:22
|
Hi, For QuickFIX in C++: I need a list of the file descriptors in use by = QuickFIX so I can block on I/O in a select() system call. Is this = available thru the QuickFIX interface? I currently accomplish what I need by using a scary #define hack to get = at the private SocketInitiator::m_connections list. But I'd rather call = a public (or protected) member and have it return a list to me safely. Shawn Yarbrough Software Architect Gelber Group, LLC (312) 692-2819 sya...@ge... THE MESSAGES AND DOCUMENTS TRANSMITTED WITH THIS NOTICE CONTAIN = CONFIDENTIAL INFORMATION BELONGING TO THE SENDER. IF YOU ARE NOT THE = INTENDED RECIPIENT OF THIS INFORMATION, YOU ARE HEREBY NOTIFIED THAT ANY = DISCLOSURE, COPYING, DISTRIBUTION OR USE OF THE INFORMATION IS STRICTLY = PROHIBITED. IF YOU HAVE RECEIVED THIS TRANSMISSION IN ERROR, PLEASE = NOTIFY THE SENDER IMMEDIATELY. |