indicate purpose of

This commit is contained in:
Jordan Sissel 2010-12-23 03:15:12 -08:00
parent aeab444611
commit 7aaa9a200c

View file

@ -106,6 +106,8 @@ class LogStash::Agent
# TODO(sissel): Stop inputs, fluch outputs, wait for finish,
# then stop the event loop
EventMachine.stop_event_loop
# EventMachine has no default way to indicate a 'stopping' state.
$EVENTMACHINE_STOPPING = true
end