From 368241fa65f11d6c2e8d29249406c5259d664b05 Mon Sep 17 00:00:00 2001 From: venaas Date: Fri, 2 Nov 2007 15:08:41 +0000 Subject: 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 --- radsecproxy.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'radsecproxy.h') 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; }; -- cgit v1.2.3