X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=rpc%2Fconn.go;h=626a507f7e034ce57a0e3766f1fc93412499727c;hb=367edc1286a52d96fcfef6f98330148cad8a64e1;hp=b2bcf28a05025317c729136cc7680579dffcfe36;hpb=d0b6605a165315b6758853f8751eeb568f560d5a;p=safcm%2Fsafcm.git diff --git a/rpc/conn.go b/rpc/conn.go index b2bcf28..626a507 100644 --- a/rpc/conn.go +++ b/rpc/conn.go @@ -32,8 +32,9 @@ type Conn struct { events chan<- ConnEvent // same as Events, to publish events eventsWg sync.WaitGroup - debug bool - remote string + debug bool + sshRemote string + sshOpts []string cmd *exec.Cmd conn *safcm.GobConn