diff options
author | venaas <venaas> | 2008-07-31 08:00:05 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-07-31 08:00:05 +0000 |
commit | 2000d421a6325e090d4d95ac5bc00ce474a664fb (patch) | |
tree | 43d1594041c45fe9ba7479aee017d1a000ec76b1 /radsecproxy.h | |
parent | 43cbbbc2f88bbbda7f0c923e9ffcbf5069f8906b (diff) |
making accounting listener like normal, less code
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@328 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.h')
-rw-r--r-- | radsecproxy.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/radsecproxy.h b/radsecproxy.h index 2736733..d4db161 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -81,11 +81,6 @@ struct replyq { pthread_cond_t cond; }; -struct listenerarg { - int s; - uint8_t acconly; -}; - struct clsrvconf { char *name; uint8_t type; /* RAD_UDP/RAD_TLS/RAD_TCP */ |