From bb7f1e24b57f06faeb3971b23d1549e70ba3df12 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 21 Jul 2005 08:55:34 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=6721 --- checkin_notes | 7 +++++++ sched/main.C | 4 +--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/checkin_notes b/checkin_notes index b5f504172d..726011b3c0 100755 --- a/checkin_notes +++ b/checkin_notes @@ -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 diff --git a/sched/main.C b/sched/main.C index 370964df1d..cadab19eea 100644 --- a/sched/main.C +++ b/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_