avoid reading errno repeatedly
[raindrops.git] / lib / raindrops / aggregate.rb
blob4fb731f9c882ed68828ebe67b79b9001a917c6cc
1 # -*- encoding: binary -*-
3 # raindrops may use the {aggregate}[https://github.com/josephruscio/aggregate]
4 # RubyGem to aggregate statistics from TCP_Info lookups.
5 module Raindrops::Aggregate
6   autoload :PMQ, "raindrops/aggregate/pmq"
7   autoload :LastDataRecv, "raindrops/aggregate/last_data_recv"
8 end