Fixes for bugs pointed out by updating warnings

This commit is contained in:
Grant Limberg 2015-04-29 19:29:35 -07:00
parent 0a2d1e7a66
commit 7e0cc28a89
3 changed files with 103 additions and 100 deletions

View file

@ -41,6 +41,13 @@ public enum Event {
*/
EVENT_OFFLINE,
/**
* Node is online -- at least one upstream node appears reachable
*
* Meta-data: none
*/
EVENT_ONLINE,
/**
* Node is shutting down
*