Re: [PATCH xserver 04/24] Remove non-smart scheduler. Don't require setitimer.

2015-09-21 Thread Daniel Martin
On 21 September 2015 at 08:16, Keith Packard wrote: > This allows the server to call GetTimeInMillis() after each request is > processed to avoid needing setitimer. -dumbSched now turns off the > setitimer. > > Signed-off-by: Keith Packard > --- > configure.ac| 2 +- > dix/dispatch.

[PATCH xserver 04/24] Remove non-smart scheduler. Don't require setitimer.

2015-09-20 Thread Keith Packard
This allows the server to call GetTimeInMillis() after each request is processed to avoid needing setitimer. -dumbSched now turns off the setitimer. Signed-off-by: Keith Packard --- configure.ac| 2 +- dix/dispatch.c | 17 +++-- include/dix-config.h.in | 3 +++