forked from Kistler-Group/sdbus-cpp
Force event loop to re-enter processing to handle queued messages
This commit is contained in:
@ -64,6 +64,10 @@ namespace sdbus {
|
||||
*/
|
||||
struct PollData
|
||||
{
|
||||
/*!
|
||||
* The read fd to be monitored by the event loop.
|
||||
*/
|
||||
int event_fd;
|
||||
/*!
|
||||
* The read fd to be monitored by the event loop.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user