*/
extern int edg_wll_SetLoggingJob(
edg_wll_Context context,
- const edg_wlc_JobId job,
+ glite_jobid_const_t job,
const char * code,
int flags
);
*/
extern int edg_wll_SetLoggingJobProxy(
edg_wll_Context context,
- const edg_wlc_JobId job,
+ glite_jobid_const_t job,
const char * code,
const char * user,
int flags
extern int edg_wll_RegisterJob(
edg_wll_Context context,
- const edg_wlc_JobId job,
+ glite_jobid_const_t job,
enum edg_wll_RegJobJobtype type,
const char * jdl,
const char * ns,
extern int edg_wll_RegisterJobSync(
edg_wll_Context context,
- const edg_wlc_JobId job,
+ glite_jobid_const_t job,
enum edg_wll_RegJobJobtype type,
const char * jdl,
const char * ns,
extern int edg_wll_RegisterJobProxy(
edg_wll_Context context,
- const edg_wlc_JobId job,
+ glite_jobid_const_t job,
enum edg_wll_RegJobJobtype type,
const char * jdl,
const char * ns,
/* original register to LBProxy */
extern int edg_wll_RegisterJobProxyOld(
edg_wll_Context context,
- const edg_wlc_JobId job,
+ glite_jobid_const_t job,
enum edg_wll_RegJobJobtype type,
const char * jdl,
const char * ns,
extern int edg_wll_RegisterJobProxyOnly(
edg_wll_Context context,
- const edg_wlc_JobId job,
+ glite_jobid_const_t job,
enum edg_wll_RegJobJobtype type,
const char * jdl,
const char * ns,
extern int edg_wll_RegisterSubjobs(
edg_wll_Context context,
- const edg_wlc_JobId parent,
+ glite_jobid_const_t parent,
char const * const * jdls,
const char * ns,
edg_wlc_JobId const * subjobs
extern int edg_wll_RegisterSubjobsProxy(
edg_wll_Context context,
- const edg_wlc_JobId parent,
+ glite_jobid_const_t parent,
char const * const * jdls,
const char * ns,
edg_wlc_JobId const * subjobs
extern int edg_wll_GenerateSubjobIds(
edg_wll_Context context,
- const edg_wlc_JobId parent,
+ glite_jobid_const_t parent,
int num_subjobs,
const char * seed,
edg_wlc_JobId ** subjobs
extern int edg_wll_ChangeACL(
edg_wll_Context context,
- const edg_wlc_JobId job,
+ glite_jobid_const_t job,
const char * user_id,
enum edg_wll_UserIdType user_id_type,
enum edg_wll_Permission permission,
*/
int edg_wll_SetLoggingJob(
edg_wll_Context ctx,
- const edg_wlc_JobId job,
+ glite_jobid_const_t job,
const char *code,
int flags)
{
*/
int edg_wll_SetLoggingJobProxy(
edg_wll_Context ctx,
- const edg_wlc_JobId job,
+ glite_jobid_const_t job,
const char *code,
const char *user,
int flags)
static int edg_wll_RegisterJobMaster(
edg_wll_Context ctx,
int flags,
- const edg_wlc_JobId job,
+ glite_jobid_const_t job,
enum edg_wll_RegJobJobtype type,
const char * jdl,
const char * ns,
*/
int edg_wll_RegisterJobSync(
edg_wll_Context ctx,
- const edg_wlc_JobId job,
+ glite_jobid_const_t job,
enum edg_wll_RegJobJobtype type,
const char * jdl,
const char * ns,
*/
int edg_wll_RegisterJob(
edg_wll_Context ctx,
- const edg_wlc_JobId job,
+ glite_jobid_const_t job,
enum edg_wll_RegJobJobtype type,
const char * jdl,
const char * ns,
*/
int edg_wll_RegisterJobProxy(
edg_wll_Context ctx,
- const edg_wlc_JobId job,
+ glite_jobid_const_t job,
enum edg_wll_RegJobJobtype type,
const char * jdl,
const char * ns,
*/
int edg_wll_RegisterJobProxyOld(
edg_wll_Context ctx,
- const edg_wlc_JobId job,
+ glite_jobid_const_t job,
enum edg_wll_RegJobJobtype type,
const char * jdl,
const char * ns,
*/
int edg_wll_RegisterJobProxy(
edg_wll_Context ctx,
- const edg_wlc_JobId job,
+ glite_jobid_const_t job,
enum edg_wll_RegJobJobtype type,
const char * jdl,
const char * ns,
*/
int edg_wll_RegisterJobProxyOnly(
edg_wll_Context ctx,
- const edg_wlc_JobId job,
+ glite_jobid_const_t job,
enum edg_wll_RegJobJobtype type,
const char * jdl,
const char * ns,
static
int edg_wll_RegisterSubjob(
edg_wll_Context ctx,
- const edg_wlc_JobId job,
+ glite_jobid_const_t job,
enum edg_wll_RegJobJobtype type,
const char * jdl,
const char * ns,
static
int edg_wll_RegisterSubjobProxy(
edg_wll_Context ctx,
- const edg_wlc_JobId job,
+ glite_jobid_const_t job,
enum edg_wll_RegJobJobtype type,
const char * jdl,
const char * ns,
*/
int edg_wll_RegisterSubjobs(
edg_wll_Context ctx,
- const edg_wlc_JobId parent,
+ glite_jobid_const_t parent,
char const * const * jdls,
const char * ns,
edg_wlc_JobId const * subjobs)
*/
int edg_wll_RegisterSubjobsProxy(
edg_wll_Context ctx,
- const edg_wlc_JobId parent,
+ glite_jobid_const_t parent,
char const * const * jdls,
const char * ns,
edg_wlc_JobId const * subjobs)
*/
int edg_wll_ChangeACL(
edg_wll_Context ctx,
- const edg_wlc_JobId jobid,
+ glite_jobid_const_t jobid,
const char *user_id,
enum edg_wll_UserIdType user_id_type,
enum edg_wll_Permission permission,