summaryrefslogtreecommitdiff
path: root/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'file.h')
-rw-r--r--file.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/file.h b/file.h
index 0a27894..041f3b0 100644
--- a/file.h
+++ b/file.h
@@ -36,17 +36,17 @@ typedef struct {
char* lisportnum;
char* manportnum;
char* users;
+ unsigned char pass[4];
int usercon;
int usernum;
int listenfd;
int managefd;
- int commfd;
char ready;
char type;
socklen_t addrlen;
struct sockaddr* cliaddr;
struct timeval tv;
- SSL* ssl;
+ clifd cliconn;
ConnectuserT* contable;
} RealmT;