9a0042c61e
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@2 3f5042e3-fb1d-0410-be18-d6ca2573e517
30 lines
365 B
C
30 lines
365 B
C
/*
|
|
*/
|
|
|
|
#include "mclient-stub.c"
|
|
|
|
|
|
int JobPReserve(
|
|
|
|
mjob_t *J,
|
|
int PIndex,
|
|
int *ResCount)
|
|
|
|
{
|
|
return(SUCCESS);
|
|
}
|
|
|
|
int UHProcessRequest(
|
|
|
|
msocket_t *S,
|
|
char *RBuffer)
|
|
|
|
{
|
|
return(SUCCESS);
|
|
} /* END UHProcessRequest() */
|
|
|
|
int UIQueueShowAllJobs(char *S,long *SS,mpar_t *P,char *U) { return(SUCCESS); }
|
|
|
|
/* END mprof-stub.c */
|
|
|