switcher: update comment on calling API

svn path=/trunk/boinc/; revision=15948
This commit is contained in:
Charlie Fenton 2008-09-03 00:21:25 +00:00
parent ad8350b961
commit 7aa3423b96
2 changed files with 11 additions and 3 deletions

View File

@ -7111,10 +7111,16 @@ Rom 29 Aug 2008
win_build/installerv2/redist/Windows/src/boinccas/
CAValidateRebootRequest.cpp
Eric 2 Sep 2007
Eric 2 Sep 2007
- calculate_credit_multiplier: fixed bug that caused credit multiplier
overshoot. Added check of replica database gap, use main database if
replica is more than a day behind.
tools/
calculate_credit_multiplier
Charlie 2 Sep 2008
switcher: update comment on calling API.
client/
switcher.C

View File

@ -18,8 +18,10 @@
// switcher.C
//
// When run as
// switcher Path X1 ... Xn
// runs program at Path with args X1. ... Xn
// switcher Full-Path Executable-Name X1 ... Xn
// runs program at Full-Path with args X1. ... Xn
// note that the executable name nust be specified twice:
// once as part of the Full_Path and again as just the name
#include <unistd.h>
#include <stdio.h>