2015-06-21 19:28:39 +00:00
|
|
|
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
|
2015-07-13 08:44:03 +00:00
|
|
|
Kind byte // Ocean || Component
|
2015-06-21 19:28:39 +00:00
|
|
|
}
|