Merge remote branch 'origin/topic/seth/net-stats-bif'

* origin/topic/seth/net-stats-bif:
  Removing a stray print statement.
  Changed netstats (packet loss) handling to script-land.

Nice idea to pass the old data into a regular scheduled event!

Conflicts:
	src/event.bif
This commit is contained in:
Robin Sommer 2011-06-25 17:01:04 -07:00
commit 6d2a89f1f8
10 changed files with 77 additions and 177 deletions

View file

@ -23,10 +23,7 @@ extern EnumType* transport_proto;
extern TableType* string_set;
extern TableType* count_set;
extern RecordType* net_stats;
extern int watchdog_interval;
extern double heartbeat_interval;
extern int max_timer_expires;
extern int max_remote_events_processed;