diff options
Diffstat (limited to 'libglusterfs/src/common-utils.h')
| -rw-r--r-- | libglusterfs/src/common-utils.h | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/libglusterfs/src/common-utils.h b/libglusterfs/src/common-utils.h index f5f4493e21b..bd1a491f1a9 100644 --- a/libglusterfs/src/common-utils.h +++ b/libglusterfs/src/common-utils.h @@ -176,6 +176,12 @@ struct dnscache_entry {          time_t timestamp;  }; +struct dnscache6 { +        struct addrinfo *first; +        struct addrinfo *next; +}; + +  struct dnscache *gf_dnscache_init (time_t ttl);  struct dnscache_entry *gf_dnscache_entry_init ();  | 
