summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2008-12-12 11:45:38 +0100
committerDavid Sommerseth <dazo@users.sourceforge.net>2008-12-12 11:45:38 +0100
commit3e9f99119b6ce0b151f3396b7c28eed860a1286a (patch)
tree8150d75c898f05d78d67bb102d995a45d49417ae /common
parentf8adb78cf80a8a555581b37be48d4881cfb906e0 (diff)
downloadeurephia-3e9f99119b6ce0b151f3396b7c28eed860a1286a.tar.gz
eurephia-3e9f99119b6ce0b151f3396b7c28eed860a1286a.tar.xz
eurephia-3e9f99119b6ce0b151f3396b7c28eed860a1286a.zip
Modified flags again
Added RSETLASTUSED (last_accessed is set to NULL) and RSETLOGINCNT (lastlog table has been modified). NEVERUSED flag will only be set if last_accessed is NULL and login count == 0.
Diffstat (limited to 'common')
-rw-r--r--common/eurephia_admin_struct.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/common/eurephia_admin_struct.h b/common/eurephia_admin_struct.h
index f3021f9..2015f95 100644
--- a/common/eurephia_admin_struct.h
+++ b/common/eurephia_admin_struct.h
@@ -21,11 +21,13 @@
#ifndef EUREPHIA_ADMIN_STRUCT_H
#define EUREPHIA_ADMIN_STRUCT_H
-#define ACCFLAG_NEVERUSED 0x001
-#define ACCFLAG_OPENSESSION 0x002
-#define ACCFLAG_BLACKLISTED 0x004
-#define ACCFLAG_DEACTIVATED 0x008
-#define ACCFLAG_ERRATTEMPT 0x010
+#define ACCFLAG_NEVERUSED 0x001
+#define ACCFLAG_OPENSESSION 0x002
+#define ACCFLAG_BLACKLISTED 0x004
+#define ACCFLAG_DEACTIVATED 0x008
+#define ACCFLAG_ERRATTEMPT 0x010
+#define ACCFLAG_RSETLASTUSED 0x020
+#define ACCFLAG_RSETLOGINCNT 0x040
typedef struct _eurephiaACCESSINFO_s {
int accessprofile;