git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
"*" is also not a single IP.
[stg.git]
/
projects
/
sgconf
/
request.h
diff --git
a/projects/sgconf/request.h
b/projects/sgconf/request.h
index 2f2408caaea5925ce7dfeff9abe19ede09e5f0aa..6122212732aa5206359a6eb8342c717de401c61a 100644
(file)
--- a/
projects/sgconf/request.h
+++ b/
projects/sgconf/request.h
@@
-32,9
+32,10
@@
#define request_h
#include <string>
#define request_h
#include <string>
-#include "resetable.h"
-#include "stg_const.h"
-#include "os_int.h"
+
+#include "stg/resetable.h"
+#include "stg/const.h"
+#include "stg/os_int.h"
#define TARIFF_NOW (0)
#define TARIFF_DEL (1)
#define TARIFF_NOW (0)
#define TARIFF_DEL (1)
@@
-48,7
+49,8
@@
struct REQUEST
REQUEST()
: chgTariff(false),
createUser(false),
REQUEST()
: chgTariff(false),
createUser(false),
- deleteUser(false)
+ deleteUser(false),
+ authBy(false)
{
for (int i = 0; i < DIR_NUM; i++)
{
{
for (int i = 0; i < DIR_NUM; i++)
{
@@
-74,9
+76,11
@@
RESETABLE<double> setCash;
string message;
bool createUser;
bool deleteUser;
string message;
bool createUser;
bool deleteUser;
+bool authBy;
RESETABLE<string> usrMsg;
RESETABLE<double> credit;
RESETABLE<string> usrMsg;
RESETABLE<double> credit;
+RESETABLE<time_t> creditExpire;
RESETABLE<string> usrPasswd;
RESETABLE<bool> down;
RESETABLE<bool> passive;
RESETABLE<string> usrPasswd;
RESETABLE<bool> down;
RESETABLE<bool> passive;