diff options
| author | venaas <venaas> | 2007-01-02 15:05:07 +0000 |
|---|---|---|
| committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2007-01-02 15:05:07 +0000 |
| commit | 84666c7aa28fc47b3d86a920bbf55f467391f98e (patch) | |
| tree | acb721dc540bcd45140802f5ea4da48502aea991 /radsecproxy.h | |
| parent | b828d54f194e6f88c17125fcf5cf64572be45caf (diff) | |
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@3 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.h')
| -rw-r--r-- | radsecproxy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/radsecproxy.h b/radsecproxy.h index 27cb1d4..2d7b233 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -65,6 +65,8 @@ struct peer { char type; /* U for UDP, T for TLS */ char *host; char *port; + char *realmdata; + char **realms; char *secret; SSL *sslcl, *sslsrv; pthread_mutex_t lock; |
