diff options
Diffstat (limited to 'accel-pppd/radius/radius.h')
-rw-r--r-- | accel-pppd/radius/radius.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/accel-pppd/radius/radius.h b/accel-pppd/radius/radius.h index ad229d22..e580b936 100644 --- a/accel-pppd/radius/radius.h +++ b/accel-pppd/radius/radius.h @@ -2,6 +2,7 @@ #define __RADIUS_H #include <stdint.h> +#include <sys/time.h> #define REQ_LENGTH_MAX 4096 @@ -80,6 +81,7 @@ struct rad_packet_t int code; uint8_t id; int len; + struct timeval tv; struct list_head attrs; void *buf; }; |