diff options
author | Linus Nordberg <linus@nordu.net> | 2017-08-02 10:06:54 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2017-08-02 10:06:54 +0200 |
commit | c00a03937712522b5b452ac8cb53fbfe31107028 (patch) | |
tree | 9f23324e5445c6cbc39a5460c9cd0714971b956c /radsecproxy.h | |
parent | b5da34a33c2cd07592dcc4d5fadc2cf891526c7f (diff) | |
parent | 6c8491ba7ceb656b0d5b329490a4b90c91fb3538 (diff) |
Merge branch 'RADSECPROXY-77' into maint-1.6
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 bbb9b58..4019231 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -184,6 +184,7 @@ struct realm { uint8_t accresp; regex_t regex; uint32_t refcount; + pthread_mutex_t refmutex; pthread_mutex_t mutex; struct realm *parent; struct list *subrealms; |