Merge remote-tracking branch 'origin/topic/jsiwek/reorg-followup'

This commit is contained in:
Seth Hall 2011-08-25 16:44:31 -04:00
commit fc5f22cb5d
234 changed files with 295 additions and 104 deletions

View file

@ -8,6 +8,7 @@
##! to be an internal implementation detail.
@load base/frameworks/cluster
@load ./main
module Metrics;
@ -258,4 +259,4 @@ event Metrics::cluster_filter_response(uid: string, id: ID, filter_name: string,
}
}
@endif
@endif

View file

@ -1,3 +1,4 @@
@load ./main
module Metrics;
@ -17,4 +18,4 @@ function data_added(filter: Filter, index: Index, val: count)
{
if ( check_notice(filter, index, val) )
do_notice(filter, index, val);
}
}