From 2294560669ccc426a7a6ea9a957c02f92ea6b285 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 6 Aug 2004 20:02:00 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=4014 --- db/boinc_db.h | 3 +++ 1 file changed, 3 insertions(+) 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