Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH v2 1/5] monitor: Allow to modify epoll even events are the same
@ 2014-03-05  9:22 Lukasz Rymanowski
  2014-03-05  9:22 ` [PATCH v2 2/5] monitor: Use miliseconds instead of seconds in the timeout Lukasz Rymanowski
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Lukasz Rymanowski @ 2014-03-05  9:22 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Lukasz Rymanowski

This is epsecially needed when we want to modify timer.
---
 monitor/mainloop.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/monitor/mainloop.c b/monitor/mainloop.c
index 8c94bfe..7f97e65 100644
--- a/monitor/mainloop.c
+++ b/monitor/mainloop.c
@@ -222,9 +222,6 @@ int mainloop_modify_fd(int fd, uint32_t events)
 	if (!data)
 		return -ENXIO;
 
-	if (data->events == events)
-		return 0;
-
 	memset(&ev, 0, sizeof(ev));
 	ev.events = events;
 	ev.data.ptr = data;
-- 
1.8.4


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-03-05 13:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-05  9:22 [PATCH v2 1/5] monitor: Allow to modify epoll even events are the same Lukasz Rymanowski
2014-03-05  9:22 ` [PATCH v2 2/5] monitor: Use miliseconds instead of seconds in the timeout Lukasz Rymanowski
2014-03-05 13:39   ` Anderson Lizardo
2014-03-05  9:22 ` [PATCH v2 3/5] shared: Add header for timeout abstraction Lukasz Rymanowski
2014-03-05  9:22 ` [PATCH v2 4/5] shared: Add timeout handling with Glib support Lukasz Rymanowski
2014-03-05  9:22 ` [PATCH v2 5/5] shared: Add timeout handling with mainloop support Lukasz Rymanowski
2014-03-05 13:24 ` [PATCH v2 1/5] monitor: Allow to modify epoll even events are the same Szymon Janc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox