*** empty log message ***

svn path=/trunk/boinc/; revision=577
This commit is contained in:
Eric Heien 2002-11-06 19:42:23 +00:00
parent 3254011b8a
commit c3cb4504a6
1 changed files with 6 additions and 0 deletions

View File

@ -41,6 +41,12 @@
// The feeder deletes the trigger file to indicate that it
// has completed the request.
// If you get an "Invalid argument" error when trying to run the feeder,
// it is likely that you aren't able to allocate enough shared memory.
// Either increase the maximum shared memory segment size in the kernel
// configuration, or decrease the MAX_PLATFORMS, MAX_APPS
// MAX_APP_VERSIONS, and MAX_WU_RESULTS in sched_shmem.h
#include <stdio.h>
#include <stdlib.h>
#include <string.h>