diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/logind.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/logind.h b/include/logind.h index f489f08c..8c5c72ae 100644 --- a/include/logind.h +++ b/include/logind.h @@ -18,6 +18,7 @@ typedef struct login_data // user authentication char userid[IDLEN+1]; char hostip[IPV4LEN+1]; + char port [IDLEN+1]; } login_data; |