2003-01-05 Havoc Pennington <hp@pobox.com>
[platform/upstream/dbus.git] / bus / loop.c
index 633ea42..6c62117 100644 (file)
@@ -173,7 +173,11 @@ bus_loop_run (void)
           initial_serial = watch_list_serial;
           i = 0;
           while (i < n_fds)
-            {              
+            {
+              /* FIXME I think this "restart if we change the watches"
+               * approach could result in starving watches
+               * toward the end of the list.
+               */
               if (initial_serial != watch_list_serial)
                 goto next_iteration;