Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(63)

Unified Diff: cmd/jujud/agent.go

Issue 11561044: Make agent/tools and remove state.Tools
Patch Set: Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cmd/jujud/agent.go
=== modified file 'cmd/jujud/agent.go'
--- cmd/jujud/agent.go 2013-07-19 17:12:37 +0000
+++ cmd/jujud/agent.go 2013-07-22 04:23:33 +0000
@@ -11,6 +11,7 @@
"launchpad.net/gnuflag"
"launchpad.net/juju-core/agent"
+ "launchpad.net/juju-core/agent/tools"
"launchpad.net/juju-core/cmd"
"launchpad.net/juju-core/errors"
"launchpad.net/juju-core/log"
@@ -86,7 +87,7 @@
// that represent running agents.
type AgentState interface {
// SetAgentTools sets the tools that the agent is currently running.
- SetAgentTools(tools *state.Tools) error
+ SetAgentTools(tools *tools.Tools) error
Tag() string
SetMongoPassword(password string) error
Life() state.Life

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b