*** empty log message ***

svn path=/trunk/boinc/; revision=6721
This commit is contained in:
David Anderson 2005-07-21 08:55:34 +00:00
parent 511429769c
commit bb7f1e24b5
2 changed files with 8 additions and 3 deletions

View File

@ -9323,3 +9323,10 @@ David 21 July 2005
sched/
main.C
David 21 July 2005
- Doh!! shared memory is needed anyway,
e.g. for app and platform tables
sched/
main.C

View File

@ -301,9 +301,7 @@ int main(int argc, char** argv) {
exit(0);
}
if (!config.locality_scheduling) {
ssp = attach_to_feeder_shmem();
}
ssp = attach_to_feeder_shmem();
g_pid = getpid();
#ifdef _USING_FCGI_