# File lib/mongrel_upload_progress/init.rb, line 50
  def initialize
    @guard    = Mutex.new
    @counters = {}
  end