]> source.dussan.org Git - tigervnc.git/commit
New PollingScheduler class for calculating timeouts for select() and
authorConstantin Kaplinsky <const@tightvnc.com>
Thu, 16 Feb 2006 14:51:11 +0000 (14:51 +0000)
committerConstantin Kaplinsky <const@tightvnc.com>
Thu, 16 Feb 2006 14:51:11 +0000 (14:51 +0000)
commit0cbad330c59fc8a8f23cb63e56e1ecbb71b61b82
tree03b8b74d04c3015699e18281f731ad6bc70546ce
parent2ad76fb6af3ecf159e70fff95e606ff322945d79
New PollingScheduler class for calculating timeouts for select() and
moments when next polling pass should be started. Current
implementation does not change scheduling algorithm used in previous
versions, so this change is just a code refactoring to prepare for
ongoing improvements.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@493 3789f03b-4d11-0410-bbf8-ca57d06f2519
x0vncserver/Makefile.in
x0vncserver/PollingScheduler.cxx [new file with mode: 0644]
x0vncserver/PollingScheduler.h [new file with mode: 0644]
x0vncserver/x0vncserver.cxx