# File lib/snmp/manager.rb, line 49
    def initialize
      @lock = Mutex.new
      @request_id = rand(MAX_REQUEST_ID)
    end