Author: grothoff Date: 2008-02-17 20:12:48 -0700 (Sun, 17 Feb 2008) New Revision: 6358
Modified: GNUnet/src/applications/fs/gap/plan.c GNUnet/src/applications/fs/gap/querymanager.c Log: larger bf Modified: GNUnet/src/applications/fs/gap/plan.c =================================================================== --- GNUnet/src/applications/fs/gap/plan.c 2008-02-18 03:09:30 UTC (rev 6357) +++ GNUnet/src/applications/fs/gap/plan.c 2008-02-18 03:12:48 UTC (rev 6358) @@ -202,8 +202,6 @@ static int stat_gap_query_success; -static int stat_gap_bf_query_injected; - /** * Find the entry in the client list corresponding * to the given client information. If no such entry Modified: GNUnet/src/applications/fs/gap/querymanager.c =================================================================== --- GNUnet/src/applications/fs/gap/querymanager.c 2008-02-18 03:09:30 UTC (rev 6357) +++ GNUnet/src/applications/fs/gap/querymanager.c 2008-02-18 03:12:48 UTC (rev 6358) @@ -472,8 +472,8 @@ stats->create (gettext_noop ("# gap client requests tracked")); stat_gap_client_query_injected = stats->create (gettext_noop ("# gap client requests injected")); - stat_gap_client_bf_query_injected = - stats->create (gettext_noop ("# gap query bloomfilter updates")); + stat_gap_client_bf_updates = + stats->create (gettext_noop ("# gap query bloomfilter resizing updates")); } return 0; } _______________________________________________ GNUnet-SVN mailing list GNUnet-SVN@gnu.org http://lists.gnu.org/mailman/listinfo/gnunet-svn