summaryrefslogtreecommitdiff
path: root/radsecproxy.h
diff options
context:
space:
mode:
authorvenaas <venaas>2007-01-08 16:47:37 +0000
committervenaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf>2007-01-08 16:47:37 +0000
commit036bbbf5d85699187824ecf808414f40f0d5594f (patch)
tree2b36eae9a1f1c7835352ddd0e3d1134a8870ac51 /radsecproxy.h
parentec6870142cd361a16ff11fd655b94a7fd4dbabcb (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.h1
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;