Re: [Spice-devel] [PATCH 2/7] red_worker: rename epoll_timeout to event_timeout

2012-02-21 Thread Alon Levy
On Mon, Feb 20, 2012 at 06:11:26PM -0600, Dan McGee wrote: > On Mon, Feb 20, 2012 at 6:07 PM, Dan McGee wrote: > > On Fri, Feb 17, 2012 at 2:52 AM, Alon Levy wrote: > >> On Thu, Feb 16, 2012 at 11:30:08PM -0600, Dan McGee wrote: > >>> With future patches in mind that will allow for some other > >

Re: [Spice-devel] [PATCH 2/7] red_worker: rename epoll_timeout to event_timeout

2012-02-20 Thread Dan McGee
On Mon, Feb 20, 2012 at 6:07 PM, Dan McGee wrote: > On Fri, Feb 17, 2012 at 2:52 AM, Alon Levy wrote: >> On Thu, Feb 16, 2012 at 11:30:08PM -0600, Dan McGee wrote: >>> With future patches in mind that will allow for some other >>> non-Linux-specific event polling sytem to be used, rename this to

Re: [Spice-devel] [PATCH 2/7] red_worker: rename epoll_timeout to event_timeout

2012-02-20 Thread Dan McGee
On Fri, Feb 17, 2012 at 2:52 AM, Alon Levy wrote: > On Thu, Feb 16, 2012 at 11:30:08PM -0600, Dan McGee wrote: >> With future patches in mind that will allow for some other >> non-Linux-specific event polling sytem to be used, rename this to a more >> generic name. All of the select/poll/epoll/kqu

Re: [Spice-devel] [PATCH 2/7] red_worker: rename epoll_timeout to event_timeout

2012-02-17 Thread Alon Levy
On Thu, Feb 16, 2012 at 11:30:08PM -0600, Dan McGee wrote: > With future patches in mind that will allow for some other > non-Linux-specific event polling sytem to be used, rename this to a more > generic name. All of the select/poll/epoll/kqueue family of calls are > related to evented I/O, so 'ev