svn path=/trunk/boinc/; revision=22436

This commit is contained in:
David Anderson 2010-09-30 22:28:19 +00:00
parent 7e2c48fa09
commit 9e0eee004e
1 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,7 @@ int COPROC::parse(MIOFILE& fin) {
return ERR_XML_PARSE;
}
#ifndef _USING_FCGI_
void COPROC::write_request(MIOFILE& f) {
f.printf(
" <req_secs>%f</req_secs>\n"
@ -103,6 +104,7 @@ void COPROC::write_request(MIOFILE& f) {
estimated_delay
);
}
#endif
void COPROCS::summary_string(char* buf, int len) {
char bigbuf[8192], buf2[1024];