From 187ad9248b52c8fc083f63dc1155bb490e20f280 Mon Sep 17 00:00:00 2001 From: ultramage Date: Fri, 4 Apr 2008 20:07:53 +0000 Subject: Added login.c to hold most of the common functionality of the login server. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12479 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/login/login.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/login/login.h') diff --git a/src/login/login.h b/src/login/login.h index 4c1ea07e7..a4256df53 100644 --- a/src/login/login.h +++ b/src/login/login.h @@ -91,5 +91,21 @@ struct mmo_account { struct global_reg account_reg2[ACCOUNT_REG2_NUM]; // account script variables (stored on login server) }; +struct auth_node { + + int account_id; + uint32 login_id1; + uint32 login_id2; + uint32 ip; + char sex; +}; + +struct online_login_data { + + int account_id; + int waiting_disconnect; + int char_server; +}; + #endif /* _LOGIN_H_ */ -- cgit v1.2.3-70-g09d2