~pedronis/ubuntu-push/acceptanceclient-send-build-num

« back to all changes in this revision

Viewing changes to client/client.go

[r=chipaca] URfkill dbus api to get and warch flight mode state, get and watch WirelessEnabled state from NetworkManager

Show diffs side-by-side

added added

removed removed

Lines of Context:
287
287
 
288
288
// takeTheBus starts the connection(s) to D-Bus and sets up associated event channels
289
289
func (client *PushClient) takeTheBus() error {
290
 
        fmt.Println("FOO")
291
290
        cs := connectivity.New(client.connectivityEndp,
292
291
                client.config.ConnectivityConfig, client.log)
293
292
        go cs.Track(client.connCh)