Add files not commited for AAA Server IP Addr to Hostname change.
[trust_router.git] / include / tr_idp.h
index c6807cd..d95de3c 100644 (file)
@@ -41,7 +41,7 @@
 
 typedef struct tr_aaa_server {
   struct tr_aaa_server *next;
-  struct in_addr aaa_server_addr;
+  TR_NAME *hostname;
 } TR_AAA_SERVER;
 
 typedef struct tr_idp_realm {