diff options
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 7332ae4..fb6a564 100644 --- a/radsecproxy.h +++ b/radsecproxy.h @@ -57,6 +57,7 @@ struct request { uint8_t received; struct timeval expiry; struct client *from; + char *origusername; uint8_t origid; /* used by servwr */ char origauth[16]; /* used by servwr */ struct sockaddr_storage fromsa; /* used by udpservwr */ |