diff options
author | venaas <venaas> | 2007-11-02 15:08:41 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2007-11-02 15:08:41 +0000 |
commit | 368241fa65f11d6c2e8d29249406c5259d664b05 (patch) | |
tree | 0736b56e239573316e0a886a92686a4f2b4466c6 /radsecproxy.h | |
parent | fd003e79c9ad69810d9d652c0ca6d55af649005c (diff) |
finished code for sourceudp and sourcetcp, although there may be bugs...
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@192 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 fb6a564..ba363ce 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -46,6 +46,8 @@ struct options { char *listenudp; char *listentcp; char *listenaccudp; + char *sourceudp; + char *sourcetcp; char *logdestination; uint8_t loglevel; }; |