Major improvements in algoritms of CPU load balancing. This should
make polling cycles more regular and changes in CPU load more smooth.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@497 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/x0vncserver/PollingScheduler.h b/x0vncserver/PollingScheduler.h
index 025139a..2e3e5be 100644
--- a/x0vncserver/PollingScheduler.h
+++ b/x0vncserver/PollingScheduler.h
@@ -90,6 +90,8 @@
   // Indexer for all ring buffers.
   int m_idx;
 
+  // Pass counter.
+  int m_count;
 };
 
 #endif // __POLLINGSCHEDULER_H__