cloudinit/third_party/github.com/guelfey/go.dbus/transport_darwin.go

7 lines
105 B
Go
Raw Normal View History

2014-03-05 04:40:35 +04:00
package dbus
func (t *unixTransport) SendNullByte() error {
_, err := t.Write([]byte{0})
return err
}