diff --git a/src/common/libremoteio.h b/src/common/libremoteio.h --- a/src/common/libremoteio.h +++ b/src/common/libremoteio.h @@ -37,6 +37,7 @@ struct remoteio_server { struct remoteio_server *next; char *name; + char *hostname; char *username; enum remoteio_method method; unsigned int types; /*< See ``Server types'' in protocol.h */ @@ -45,6 +46,7 @@ struct remoteio_server struct remoteio_opts { char *ssh_command; + struct remoteio_server *servers; };