From fe5120087d24cdd07ef65d85f60eb11f4ae12cf2 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Thu, 3 Oct 2024 21:18:12 -0500 Subject: lib: auth: Keep track of username Signed-off-by: Ian Moffett --- lib/include/session.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/include') diff --git a/lib/include/session.h b/lib/include/session.h index 397fa68..39eb1bc 100644 --- a/lib/include/session.h +++ b/lib/include/session.h @@ -30,9 +30,11 @@ #ifndef LIBOSTP_SESSION_H_ #define LIBOSTP_SESSION_H_ +#include #include struct ostp_session { + char username[MAX_USERNAME_LEN]; unsigned char *session_key; int sockfd; }; -- cgit v1.2.3