This commit is contained in:
Mitchell Hashimoto
2013-06-02 23:27:18 -07:00
parent 1cea606f12
commit 75074ca92d
+4 -4
View File
@@ -28,10 +28,10 @@ type CommandFinished struct {
}
type CommunicatorStartArgs struct {
Command string
StdinAddress string
StdoutAddress string
StderrAddress string
Command string
StdinAddress string
StdoutAddress string
StderrAddress string
ResponseAddress string
}