Navigation Menu

Skip to content

Commit

Permalink
Report "live" state for each engine node
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jan 15, 2015
1 parent ec2cc1a commit fe76fda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/droonga/engine_node.rb
Expand Up @@ -84,6 +84,7 @@ def to_json
{
"name" => name,
"role" => role,
"live" => live?,
"status" => status,
}
end
Expand Down

0 comments on commit fe76fda

Please sign in to comment.