diff options
author | venaas <venaas> | 2007-01-08 16:47:37 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2007-01-08 16:47:37 +0000 |
commit | 036bbbf5d85699187824ecf808414f40f0d5594f (patch) | |
tree | 2b36eae9a1f1c7835352ddd0e3d1134a8870ac51 /radsecproxy.h | |
parent | ec6870142cd361a16ff11fd655b94a7fd4dbabcb (diff) |
bug fixing
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@34 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'radsecproxy.h')
-rw-r--r-- | radsecproxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/radsecproxy.h b/radsecproxy.h index e3fc1cd..7ad2002 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -95,6 +95,7 @@ struct server { pthread_t clientth; struct timeval lastconnecttry; uint8_t connectionok; + int nextid; struct request *requests; uint8_t newrq; pthread_mutex_t newrq_mutex; |