mirror of https://github.com/BOINC/boinc.git
parent
52c4443d69
commit
dc21c52bdf
|
@ -4039,9 +4039,11 @@ David Apr 3 2003
|
|||
David Apr 7 2003
|
||||
- changed names of DB interface routines to get rid of conflict
|
||||
with SETI@home DB interface
|
||||
- changed name of "db.h" to "boinc_db.h" to remove conflict w/ SETI@home
|
||||
|
||||
db/
|
||||
db.h
|
||||
db.h (removed)
|
||||
boinc_db.h (new)
|
||||
db_mysql.C
|
||||
sched/
|
||||
*.C
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include "mysql_util.h"
|
||||
|
||||
#include "db.h"
|
||||
#include "boinc_db.h"
|
||||
|
||||
#define TYPE_PROJECT 1
|
||||
#define TYPE_PLATFORM 2
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include <stdio.h>
|
||||
|
||||
#include "db.h"
|
||||
#include "boinc_db.h"
|
||||
#include "assimilate_handler.h"
|
||||
|
||||
void assimilate_handler(
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#include <vector>
|
||||
#include "db.h"
|
||||
#include "boinc_db.h"
|
||||
using namespace std;
|
||||
|
||||
extern void assimilate_handler(WORKUNIT&, vector<RESULT>&, RESULT&);
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include <time.h>
|
||||
#include <vector>
|
||||
|
||||
#include "db.h"
|
||||
#include "boinc_db.h"
|
||||
#include "parse.h"
|
||||
#include "util.h"
|
||||
#include "config.h"
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "db.h"
|
||||
#include "boinc_db.h"
|
||||
#include "util.h"
|
||||
#include "config.h"
|
||||
#include "sched_util.h"
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "db.h"
|
||||
#include "boinc_db.h"
|
||||
#include "shmem.h"
|
||||
#include "util.h"
|
||||
#include "config.h"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "db.h"
|
||||
#include "boinc_db.h"
|
||||
#include "parse.h"
|
||||
#include "util.h"
|
||||
#include "config.h"
|
||||
|
|
|
@ -31,7 +31,7 @@ using namespace std;
|
|||
#include <assert.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "db.h"
|
||||
#include "boinc_db.h"
|
||||
#include "backend_lib.h"
|
||||
#include "parse.h"
|
||||
#include "util.h"
|
||||
|
|
|
@ -30,7 +30,7 @@ using namespace std;
|
|||
#include <unistd.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "db.h"
|
||||
#include "boinc_db.h"
|
||||
#include "parse.h"
|
||||
#include "shmem.h"
|
||||
#include "util.h"
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
// Contributor(s):
|
||||
//
|
||||
|
||||
#include "db.h"
|
||||
#include "boinc_db.h"
|
||||
#include "config.h"
|
||||
|
||||
extern PROJECT gproject;
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include <unistd.h>
|
||||
#include <time.h>
|
||||
|
||||
#include "db.h"
|
||||
#include "boinc_db.h"
|
||||
#include "crypt.h"
|
||||
#include "util.h"
|
||||
#include "backend_lib.h"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include <string.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "db.h"
|
||||
#include "boinc_db.h"
|
||||
|
||||
#include "sched_shmem.h"
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
// Contributor(s):
|
||||
//
|
||||
|
||||
#include "db.h"
|
||||
#include "boinc_db.h"
|
||||
|
||||
// the following must be at least as large as DB tables
|
||||
// Increase as needed
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include <stdio.h>
|
||||
#include <vector>
|
||||
|
||||
#include "db.h"
|
||||
#include "boinc_db.h"
|
||||
|
||||
//The following are the states that the client is in according to the result.
|
||||
#define RESULT_NEW 0
|
||||
|
|
|
@ -35,7 +35,7 @@ using namespace std;
|
|||
#include <unistd.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
#include "db.h"
|
||||
#include "boinc_db.h"
|
||||
#include "util.h"
|
||||
#include "backend_lib.h"
|
||||
#include "config.h"
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "db.h"
|
||||
#include "boinc_db.h"
|
||||
#include "util.h"
|
||||
#include "config.h"
|
||||
#include "sched_util.h"
|
||||
|
|
|
@ -45,7 +45,7 @@ using namespace std;
|
|||
#include <math.h>
|
||||
#include <vector>
|
||||
|
||||
#include "db.h"
|
||||
#include "boinc_db.h"
|
||||
#include "util.h"
|
||||
#include "config.h"
|
||||
#include "sched_util.h"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
using namespace std;
|
||||
#include <vector>
|
||||
|
||||
#include "db.h"
|
||||
#include "boinc_db.h"
|
||||
#include "config.h"
|
||||
#include "parse.h"
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
|
||||
#include "db.h"
|
||||
#include "boinc_db.h"
|
||||
#include "backend_lib.h"
|
||||
#include "md5_file.h"
|
||||
#include "crypt.h"
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include <time.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "db.h"
|
||||
#include "boinc_db.h"
|
||||
#include "crypt.h"
|
||||
#include "md5_file.h"
|
||||
#include "parse.h"
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
#include <string.h>
|
||||
#include <time.h>
|
||||
|
||||
#include "db.h"
|
||||
#include "boinc_db.h"
|
||||
#include "crypt.h"
|
||||
#include "backend_lib.h"
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "db.h"
|
||||
#include "boinc_db.h"
|
||||
#include "error_numbers.h"
|
||||
#include "parse.h"
|
||||
#include "crypt.h"
|
||||
|
|
Loading…
Reference in New Issue