mirror of https://github.com/BOINC/boinc.git
Added database call for previous email address in c++ code.
This commit is contained in:
parent
69643829a4
commit
7749c643a6
|
@ -214,6 +214,8 @@ struct USER {
|
|||
int donated;
|
||||
char login_token[32];
|
||||
double login_token_time;
|
||||
char previous_email_addr[256];
|
||||
double email_addr_change_time;
|
||||
void clear();
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue