Method: NewRelic::Agent::Harvester#mark_started

Defined in:
lib/new_relic/agent/harvester.rb

#mark_started(pid = Process.pid) ⇒ Object



28
29
30
# File 'lib/new_relic/agent/harvester.rb', line 28

def mark_started(pid = Process.pid)
  @starting_pid = pid
end