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

Delta Between Two Patch Sets: worker/machiner/export_test.go

Issue 6498117: container: fix jujud arguments.
Left Patch Set: container: fix jujud arguments. Created 12 years, 7 months ago
Right Patch Set: container: fix jujud arguments. Created 12 years, 7 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « state/unit_test.go ('k') | worker/machiner/machiner.go » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 package machiner 1 package machiner
2 2
3 var NewSimpleContainer = &newSimpleContainer 3 import (
4 » "launchpad.net/juju-core/container"
5 » "launchpad.net/juju-core/state"
6 )
7
8 func NewMachinerWithContainer(m *state.Machine, info *state.Info, dataDir string , cont container.Container) *Machiner {
9 » return newMachiner(m, info, dataDir, cont)
10 }
LEFTRIGHT

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