Machine join/remove v2 API.

This commit is contained in:
Ben Johnson
2014-03-18 11:46:48 -07:00
parent e9a1ac15d9
commit 7d4fda550d
13 changed files with 335 additions and 100 deletions

View File

@ -477,6 +477,7 @@ func (s *server) Stop() {
// make sure the server has stopped before we close the log
<-s.stopped
s.log.close()
s.state = Stopped
}
// Checks if the server is currently running.