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 40463de commit 424d379
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/droonga/engine_node.rb
Expand Up @@ -95,6 +95,7 @@ def to_json
{
"name" => name,
"role" => role,
"live" => live?,
"status" => status,
}
end
Expand Down

0 comments on commit 424d379

Please sign in to comment.