diff --git a/db/boinc_db.h b/db/boinc_db.h index 4aac6495d4..d77e8ff3f7 100755 --- a/db/boinc_db.h +++ b/db/boinc_db.h @@ -40,6 +40,9 @@ extern DB_CONN boinc_db; //#define MEDIUM_BLOB_SIZE 4096 #define LARGE_BLOB_SIZE 65536 +// Dummy name for file xfers +#define FILE_MOVER "move_file" + // A compilation target, i.e. a architecture/OS combination. // The core client will be given only applications with the same platform