Is there a reason why the main_loop in chunkd uses a naked
g_hash_table_lookup instead of srv_poll_lookup? Performance?

@@ -1681,8 +1681,7 @@ static int main_loop(void)
 
                        fired++;
 
-                       sp = g_hash_table_lookup(chunkd_srv.fd_info,
-                                               GINT_TO_POINTER(pfd->fd));
+                       sp = srv_poll_lookup(pfd->fd);
                        if (G_UNLIKELY(!sp)) {
                                /* BUG! */

-- Pete
--
To unsubscribe from this list: send the line "unsubscribe hail-devel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to