Ocean/ICCC/SystemMessages/ICCCRegisterHost.go
2015-07-13 10:44:03 +02:00

9 lines
267 B
Go

package SystemMessages
// The message to register a host to ICCC.
type ICCCRegisterHost struct {
Hostname string // The hostname for the end-point
IPAddressPort string // The IP address and port for the end-point
Kind byte // Ocean || Component
}