mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=6721
This commit is contained in:
parent
511429769c
commit
bb7f1e24b5
|
@ -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
|
||||
|
|
|
@ -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_
|
||||
|
|
Loading…
Reference in New Issue