X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=tnl%2Ftnl.h;h=14356be916e67a01915cfe8a52e87310e95e93fc;hb=92a3e63dc3841c4daa05fc2a25635fe9afacf08f;hp=9f1f8369642d02872451ba84bab1cf5069dc963d;hpb=7d12cbb6e6acebbe8f9bcab75f5ec878a3360eb9;p=tinc diff --git a/tnl/tnl.h b/tnl/tnl.h index 9f1f8369..14356be9 100644 --- a/tnl/tnl.h +++ b/tnl/tnl.h @@ -47,7 +47,8 @@ typedef enum tnl_status { typedef struct tnl_ep { struct sockaddr_storage address; - struct tnl_ep_identity *id; + char *id; + char *hostname; struct tnl_ep_credentials *cred; struct tnl_ep_cryptoparm *parm; } tnl_ep_t;