|
Defines |
#define | EDG_WLL_FORMAT_COMMON "DATE=%s HOST=\"%|Us\" PROG=edg-wms LVL=%s DG.PRIORITY=%d DG.SOURCE=\"%|Us\" DG.SRC_INSTANCE=\"%|Us\" DG.EVNT=\"%s\" DG.JOBID=\"%s\" DG.SEQCODE=\"%|Us\" " |
#define | EDG_WLL_FORMAT_USER "DG.USER=\"%|Us\" " |
#define | EDG_WLL_FORMAT_TRANSFER "DG.TRANSFER.DESTINATION=\"%s\" DG.TRANSFER.DEST_HOST=\"%|Us\" DG.TRANSFER.DEST_INSTANCE=\"%|Us\" DG.TRANSFER.JOB=\"%|Us\" DG.TRANSFER.RESULT=\"%s\" DG.TRANSFER.REASON=\"%|Us\" DG.TRANSFER.DEST_JOBID=\"%|Us\" " |
#define | EDG_WLL_FORMAT_ACCEPTED "DG.ACCEPTED.FROM=\"%s\" DG.ACCEPTED.FROM_HOST=\"%|Us\" DG.ACCEPTED.FROM_INSTANCE=\"%|Us\" DG.ACCEPTED.LOCAL_JOBID=\"%|Us\" " |
#define | EDG_WLL_FORMAT_REFUSED "DG.REFUSED.FROM=\"%s\" DG.REFUSED.FROM_HOST=\"%|Us\" DG.REFUSED.FROM_INSTANCE=\"%|Us\" DG.REFUSED.REASON=\"%|Us\" " |
#define | EDG_WLL_FORMAT_ENQUEUED "DG.ENQUEUED.QUEUE=\"%|Us\" DG.ENQUEUED.JOB=\"%|Us\" DG.ENQUEUED.RESULT=\"%s\" DG.ENQUEUED.REASON=\"%|Us\" " |
#define | EDG_WLL_FORMAT_DEQUEUED "DG.DEQUEUED.QUEUE=\"%|Us\" DG.DEQUEUED.LOCAL_JOBID=\"%|Us\" " |
#define | EDG_WLL_FORMAT_HELPERCALL "DG.HELPERCALL.HELPER_NAME=\"%|Us\" DG.HELPERCALL.HELPER_PARAMS=\"%|Us\" DG.HELPERCALL.SRC_ROLE=\"%s\" " |
#define | EDG_WLL_FORMAT_HELPERRETURN "DG.HELPERRETURN.HELPER_NAME=\"%|Us\" DG.HELPERRETURN.RETVAL=\"%|Us\" DG.HELPERRETURN.SRC_ROLE=\"%s\" " |
#define | EDG_WLL_FORMAT_RUNNING "DG.RUNNING.NODE=\"%|Us\" " |
#define | EDG_WLL_FORMAT_RESUBMISSION "DG.RESUBMISSION.RESULT=\"%s\" DG.RESUBMISSION.REASON=\"%|Us\" DG.RESUBMISSION.TAG=\"%|Us\" " |
#define | EDG_WLL_FORMAT_DONE "DG.DONE.STATUS_CODE=\"%s\" DG.DONE.REASON=\"%|Us\" DG.DONE.EXIT_CODE=\"%d\" " |
#define | EDG_WLL_FORMAT_CANCEL "DG.CANCEL.STATUS_CODE=\"%s\" DG.CANCEL.REASON=\"%|Us\" " |
#define | EDG_WLL_FORMAT_ABORT "DG.ABORT.REASON=\"%|Us\" " |
#define | EDG_WLL_FORMAT_CLEAR "DG.CLEAR.REASON=\"%s\" " |
#define | EDG_WLL_FORMAT_PURGE "" |
#define | EDG_WLL_FORMAT_MATCH "DG.MATCH.DEST_ID=\"%|Us\" " |
#define | EDG_WLL_FORMAT_PENDING "DG.PENDING.REASON=\"%|Us\" " |
#define | EDG_WLL_FORMAT_REGJOB "DG.REGJOB.JDL=\"%|Us\" DG.REGJOB.NS=\"%|Us\" DG.REGJOB.PARENT=\"%s\" DG.REGJOB.JOBTYPE=\"%s\" DG.REGJOB.NSUBJOBS=\"%d\" DG.REGJOB.SEED=\"%|Us\" " |
#define | EDG_WLL_FORMAT_CHKPT "DG.CHKPT.TAG=\"%|Us\" DG.CHKPT.CLASSAD=\"%|Us\" " |
#define | EDG_WLL_FORMAT_LISTENER "DG.LISTENER.SVC_NAME=\"%|Us\" DG.LISTENER.SVC_HOST=\"%|Us\" DG.LISTENER.SVC_PORT=\"%d\" " |
#define | EDG_WLL_FORMAT_CURDESCR "DG.CURDESCR.DESCR=\"%|Us\" " |
#define | EDG_WLL_FORMAT_USERTAG "DG.USERTAG.NAME=\"%|Us\" DG.USERTAG.VALUE=\"%|Us\" " |
#define | EDG_WLL_FORMAT_CHANGEACL "DG.CHANGEACL.USER_ID=\"%|Us\" DG.CHANGEACL.USER_ID_TYPE=\"%d\" DG.CHANGEACL.PERMISSION=\"%d\" DG.CHANGEACL.PERMISSION_TYPE=\"%d\" DG.CHANGEACL.OPERATION=\"%d\" " |
#define | EDG_WLL_FORMAT_NOTIFICATION "DG.NOTIFICATION.NOTIFID=\"%s\" DG.NOTIFICATION.OWNER=\"%|Us\" DG.NOTIFICATION.DEST_HOST=\"%|Us\" DG.NOTIFICATION.DEST_PORT=\"%d\" DG.NOTIFICATION.JOBSTAT=\"%|Us\" " |
#define | EDG_WLL_FORMAT_RESOURCEUSAGE "DG.RESOURCEUSAGE.RESOURCE=\"%|Us\" DG.RESOURCEUSAGE.QUANTITY=\"%d\" DG.RESOURCEUSAGE.UNIT=\"%|Us\" " |
#define | EDG_WLL_FORMAT_REALLYRUNNING "DG.REALLYRUNNING.WN_SEQ=\"%|Us\" " |
#define | EDG_WLL_FORMAT_NOTIFICATION_COMMON "DATE=%s HOST=\"%|Us\" PROG=edg-wms LVL=%s DG.SOURCE=\"%|Us\" DG.SRC_INSTANCE=\"%|Us\" DG.TYPE=\"notification\" " |
#define | EDG_WLL_FORMAT_SYSCMPSTAT "DG.SCHED.STATUS=\"%|Us\" " |
#define | EDG_WLL_FORMAT_SYSCLSTAT "DG.SCHED.NODE=\"%|Us\" DG.SCHED.STATUS=\"%|Us\" " |
#define | EDG_WLL_JOB_SIMPLE EDG_WLL_REGJOB_SIMPLE |
Enumerations |
enum | edg_wll_Permission { EDG_WLL_PERM_READ = 1,
EDG_WLL_PERM_WRITE = 4,
EDG_WLL_PERM_ADMIN = 8
} |
enum | edg_wll_PermissionType { EDG_WLL_PERM_ALLOW,
EDG_WLL_PERM_DENY
} |
enum | edg_wll_ACLOperation { EDG_WLL_ACL_ADD,
EDG_WLL_ACL_REMOVE
} |
enum | edg_wll_UserIdType { EDG_WLL_USER_SUBJECT,
EDG_WLL_USER_VOMS_GROUP
} |
Functions |
int | edg_wll_LogTransfer (edg_wll_Context context, const edg_wll_Source destination, const char *dest_host, const char *dest_instance, const char *job, const char *result, const char *reason, const char *dest_jobid) |
| simple wrapper around edg_wll_LogEvent for event Transfer
|
int | edg_wll_LogTransferProxy (edg_wll_Context context, const edg_wll_Source destination, const char *dest_host, const char *dest_instance, const char *job, const char *result, const char *reason, const char *dest_jobid) |
int | edg_wll_LogTransferSTART (edg_wll_Context context, const edg_wll_Source destination, const char *dest_host, const char *dest_instance, const char *job, const char *reason, const char *dest_jobid) |
| simple wrapper around edg_wll_LogEvent for event Transfer, result START
|
int | edg_wll_LogTransferSTARTProxy (edg_wll_Context context, const edg_wll_Source destination, const char *dest_host, const char *dest_instance, const char *job, const char *reason, const char *dest_jobid) |
int | edg_wll_LogTransferOK (edg_wll_Context context, const edg_wll_Source destination, const char *dest_host, const char *dest_instance, const char *job, const char *reason, const char *dest_jobid) |
| simple wrapper around edg_wll_LogEvent for event Transfer, result OK
|
int | edg_wll_LogTransferOKProxy (edg_wll_Context context, const edg_wll_Source destination, const char *dest_host, const char *dest_instance, const char *job, const char *reason, const char *dest_jobid) |
int | edg_wll_LogTransferREFUSED (edg_wll_Context context, const edg_wll_Source destination, const char *dest_host, const char *dest_instance, const char *job, const char *reason, const char *dest_jobid) |
| simple wrapper around edg_wll_LogEvent for event Transfer, result REFUSED
|
int | edg_wll_LogTransferREFUSEDProxy (edg_wll_Context context, const edg_wll_Source destination, const char *dest_host, const char *dest_instance, const char *job, const char *reason, const char *dest_jobid) |
int | edg_wll_LogTransferFAIL (edg_wll_Context context, const edg_wll_Source destination, const char *dest_host, const char *dest_instance, const char *job, const char *reason, const char *dest_jobid) |
| simple wrapper around edg_wll_LogEvent for event Transfer, result FAIL
|
int | edg_wll_LogTransferFAILProxy (edg_wll_Context context, const edg_wll_Source destination, const char *dest_host, const char *dest_instance, const char *job, const char *reason, const char *dest_jobid) |
int | edg_wll_LogAccepted (edg_wll_Context context, const edg_wll_Source from, const char *from_host, const char *from_instance, const char *local_jobid) |
| simple wrapper around edg_wll_LogEvent for event Accepted
|
int | edg_wll_LogAcceptedProxy (edg_wll_Context context, const edg_wll_Source from, const char *from_host, const char *from_instance, const char *local_jobid) |
int | edg_wll_LogRefused (edg_wll_Context context, const edg_wll_Source from, const char *from_host, const char *from_instance, const char *reason) |
| simple wrapper around edg_wll_LogEvent for event Refused
|
int | edg_wll_LogRefusedProxy (edg_wll_Context context, const edg_wll_Source from, const char *from_host, const char *from_instance, const char *reason) |
int | edg_wll_LogEnQueued (edg_wll_Context context, const char *queue, const char *job, const char *result, const char *reason) |
| simple wrapper around edg_wll_LogEvent for event EnQueued
|
int | edg_wll_LogEnQueuedProxy (edg_wll_Context context, const char *queue, const char *job, const char *result, const char *reason) |
int | edg_wll_LogEnQueuedSTART (edg_wll_Context context, const char *queue, const char *job, const char *reason) |
| simple wrapper around edg_wll_LogEvent for event EnQueued, result START
|
int | edg_wll_LogEnQueuedSTARTProxy (edg_wll_Context context, const char *queue, const char *job, const char *reason) |
int | edg_wll_LogEnQueuedOK (edg_wll_Context context, const char *queue, const char *job, const char *reason) |
| simple wrapper around edg_wll_LogEvent for event EnQueued, result OK
|
int | edg_wll_LogEnQueuedOKProxy (edg_wll_Context context, const char *queue, const char *job, const char *reason) |
int | edg_wll_LogEnQueuedREFUSED (edg_wll_Context context, const char *queue, const char *job, const char *reason) |
| simple wrapper around edg_wll_LogEvent for event EnQueued, result REFUSED
|
int | edg_wll_LogEnQueuedREFUSEDProxy (edg_wll_Context context, const char *queue, const char *job, const char *reason) |
int | edg_wll_LogEnQueuedFAIL (edg_wll_Context context, const char *queue, const char *job, const char *reason) |
| simple wrapper around edg_wll_LogEvent for event EnQueued, result FAIL
|
int | edg_wll_LogEnQueuedFAILProxy (edg_wll_Context context, const char *queue, const char *job, const char *reason) |
int | edg_wll_LogDeQueued (edg_wll_Context context, const char *queue, const char *local_jobid) |
| simple wrapper around edg_wll_LogEvent for event DeQueued
|
int | edg_wll_LogDeQueuedProxy (edg_wll_Context context, const char *queue, const char *local_jobid) |
int | edg_wll_LogHelperCall (edg_wll_Context context, const char *helper_name, const char *helper_params, const char *src_role) |
| simple wrapper around edg_wll_LogEvent for event HelperCall
|
int | edg_wll_LogHelperCallProxy (edg_wll_Context context, const char *helper_name, const char *helper_params, const char *src_role) |
int | edg_wll_LogHelperCallCALLING (edg_wll_Context context, const char *helper_name, const char *helper_params) |
| simple wrapper around edg_wll_LogEvent for event HelperCall, src_role CALLING
|
int | edg_wll_LogHelperCallCALLINGProxy (edg_wll_Context context, const char *helper_name, const char *helper_params) |
int | edg_wll_LogHelperCallCALLED (edg_wll_Context context, const char *helper_name, const char *helper_params) |
| simple wrapper around edg_wll_LogEvent for event HelperCall, src_role CALLED
|
int | edg_wll_LogHelperCallCALLEDProxy (edg_wll_Context context, const char *helper_name, const char *helper_params) |
int | edg_wll_LogHelperReturn (edg_wll_Context context, const char *helper_name, const char *retval, const char *src_role) |
| simple wrapper around edg_wll_LogEvent for event HelperReturn
|
int | edg_wll_LogHelperReturnProxy (edg_wll_Context context, const char *helper_name, const char *retval, const char *src_role) |
int | edg_wll_LogHelperReturnCALLING (edg_wll_Context context, const char *helper_name, const char *retval) |
| simple wrapper around edg_wll_LogEvent for event HelperReturn, src_role CALLING
|
int | edg_wll_LogHelperReturnCALLINGProxy (edg_wll_Context context, const char *helper_name, const char *retval) |
int | edg_wll_LogHelperReturnCALLED (edg_wll_Context context, const char *helper_name, const char *retval) |
| simple wrapper around edg_wll_LogEvent for event HelperReturn, src_role CALLED
|
int | edg_wll_LogHelperReturnCALLEDProxy (edg_wll_Context context, const char *helper_name, const char *retval) |
int | edg_wll_LogRunning (edg_wll_Context context, const char *node) |
| simple wrapper around edg_wll_LogEvent for event Running
|
int | edg_wll_LogRunningProxy (edg_wll_Context context, const char *node) |
int | edg_wll_LogResubmission (edg_wll_Context context, const char *result, const char *reason, const char *tag) |
| simple wrapper around edg_wll_LogEvent for event Resubmission
|
int | edg_wll_LogResubmissionProxy (edg_wll_Context context, const char *result, const char *reason, const char *tag) |
int | edg_wll_LogResubmissionWILLRESUB (edg_wll_Context context, const char *reason, const char *tag) |
| simple wrapper around edg_wll_LogEvent for event Resubmission, result WILLRESUB
|
int | edg_wll_LogResubmissionWILLRESUBProxy (edg_wll_Context context, const char *reason, const char *tag) |
int | edg_wll_LogResubmissionWONTRESUB (edg_wll_Context context, const char *reason, const char *tag) |
| simple wrapper around edg_wll_LogEvent for event Resubmission, result WONTRESUB
|
int | edg_wll_LogResubmissionWONTRESUBProxy (edg_wll_Context context, const char *reason, const char *tag) |
int | edg_wll_LogResubmissionSHALLOW (edg_wll_Context context, const char *reason, const char *tag) |
| simple wrapper around edg_wll_LogEvent for event Resubmission, result SHALLOW
|
int | edg_wll_LogResubmissionSHALLOWProxy (edg_wll_Context context, const char *reason, const char *tag) |
int | edg_wll_LogDone (edg_wll_Context context, const char *status_code, const char *reason, const int exit_code) |
| simple wrapper around edg_wll_LogEvent for event Done
|
int | edg_wll_LogDoneProxy (edg_wll_Context context, const char *status_code, const char *reason, const int exit_code) |
int | edg_wll_LogDoneOK (edg_wll_Context context, const char *reason, const int exit_code) |
| simple wrapper around edg_wll_LogEvent for event Done, status_code OK
|
int | edg_wll_LogDoneOKProxy (edg_wll_Context context, const char *reason, const int exit_code) |
int | edg_wll_LogDoneFAILED (edg_wll_Context context, const char *reason, const int exit_code) |
| simple wrapper around edg_wll_LogEvent for event Done, status_code FAILED
|
int | edg_wll_LogDoneFAILEDProxy (edg_wll_Context context, const char *reason, const int exit_code) |
int | edg_wll_LogDoneCANCELLED (edg_wll_Context context, const char *reason, const int exit_code) |
| simple wrapper around edg_wll_LogEvent for event Done, status_code CANCELLED
|
int | edg_wll_LogDoneCANCELLEDProxy (edg_wll_Context context, const char *reason, const int exit_code) |
int | edg_wll_LogCancel (edg_wll_Context context, const char *status_code, const char *reason) |
| simple wrapper around edg_wll_LogEvent for event Cancel
|
int | edg_wll_LogCancelProxy (edg_wll_Context context, const char *status_code, const char *reason) |
int | edg_wll_LogCancelREQ (edg_wll_Context context, const char *reason) |
| simple wrapper around edg_wll_LogEvent for event Cancel, status_code REQ
|
int | edg_wll_LogCancelREQProxy (edg_wll_Context context, const char *reason) |
int | edg_wll_LogCancelREFUSE (edg_wll_Context context, const char *reason) |
| simple wrapper around edg_wll_LogEvent for event Cancel, status_code REFUSE
|
int | edg_wll_LogCancelREFUSEProxy (edg_wll_Context context, const char *reason) |
int | edg_wll_LogCancelDONE (edg_wll_Context context, const char *reason) |
| simple wrapper around edg_wll_LogEvent for event Cancel, status_code DONE
|
int | edg_wll_LogCancelDONEProxy (edg_wll_Context context, const char *reason) |
int | edg_wll_LogCancelABORT (edg_wll_Context context, const char *reason) |
| simple wrapper around edg_wll_LogEvent for event Cancel, status_code ABORT
|
int | edg_wll_LogCancelABORTProxy (edg_wll_Context context, const char *reason) |
int | edg_wll_LogAbort (edg_wll_Context context, const char *reason) |
| simple wrapper around edg_wll_LogEvent for event Abort
|
int | edg_wll_LogAbortProxy (edg_wll_Context context, const char *reason) |
int | edg_wll_LogClear (edg_wll_Context context, const char *reason) |
| simple wrapper around edg_wll_LogEvent for event Clear
|
int | edg_wll_LogClearProxy (edg_wll_Context context, const char *reason) |
int | edg_wll_LogClearUSER (edg_wll_Context context) |
| simple wrapper around edg_wll_LogEvent for event Clear, reason USER
|
int | edg_wll_LogClearUSERProxy (edg_wll_Context context) |
int | edg_wll_LogClearTIMEOUT (edg_wll_Context context) |
| simple wrapper around edg_wll_LogEvent for event Clear, reason TIMEOUT
|
int | edg_wll_LogClearTIMEOUTProxy (edg_wll_Context context) |
int | edg_wll_LogClearNOOUTPUT (edg_wll_Context context) |
| simple wrapper around edg_wll_LogEvent for event Clear, reason NOOUTPUT
|
int | edg_wll_LogClearNOOUTPUTProxy (edg_wll_Context context) |
int | edg_wll_LogPurge (edg_wll_Context context) |
| simple wrapper around edg_wll_LogEvent for event Purge
|
int | edg_wll_LogPurgeProxy (edg_wll_Context context) |
int | edg_wll_LogMatch (edg_wll_Context context, const char *dest_id) |
| simple wrapper around edg_wll_LogEvent for event Match
|
int | edg_wll_LogMatchProxy (edg_wll_Context context, const char *dest_id) |
int | edg_wll_LogPending (edg_wll_Context context, const char *reason) |
| simple wrapper around edg_wll_LogEvent for event Pending
|
int | edg_wll_LogPendingProxy (edg_wll_Context context, const char *reason) |
int | edg_wll_LogRegJob (edg_wll_Context context, const char *jdl, const char *ns, const edg_wlc_JobId parent, const char *jobtype, const int nsubjobs, const char *seed) |
| simple wrapper around edg_wll_LogEvent for event RegJob
|
int | edg_wll_LogRegJobProxy (edg_wll_Context context, const char *jdl, const char *ns, const edg_wlc_JobId parent, const char *jobtype, const int nsubjobs, const char *seed) |
int | edg_wll_LogRegJobSIMPLE (edg_wll_Context context, const char *jdl, const char *ns, const edg_wlc_JobId parent, const int nsubjobs, const char *seed) |
| simple wrapper around edg_wll_LogEvent for event RegJob, jobtype SIMPLE
|
int | edg_wll_LogRegJobSIMPLEProxy (edg_wll_Context context, const char *jdl, const char *ns, const edg_wlc_JobId parent, const int nsubjobs, const char *seed) |
int | edg_wll_LogRegJobDAG (edg_wll_Context context, const char *jdl, const char *ns, const edg_wlc_JobId parent, const int nsubjobs, const char *seed) |
| simple wrapper around edg_wll_LogEvent for event RegJob, jobtype DAG
|
int | edg_wll_LogRegJobDAGProxy (edg_wll_Context context, const char *jdl, const char *ns, const edg_wlc_JobId parent, const int nsubjobs, const char *seed) |
int | edg_wll_LogRegJobPARTITIONABLE (edg_wll_Context context, const char *jdl, const char *ns, const edg_wlc_JobId parent, const int nsubjobs, const char *seed) |
| simple wrapper around edg_wll_LogEvent for event RegJob, jobtype PARTITIONABLE
|
int | edg_wll_LogRegJobPARTITIONABLEProxy (edg_wll_Context context, const char *jdl, const char *ns, const edg_wlc_JobId parent, const int nsubjobs, const char *seed) |
int | edg_wll_LogRegJobPARTITIONED (edg_wll_Context context, const char *jdl, const char *ns, const edg_wlc_JobId parent, const int nsubjobs, const char *seed) |
| simple wrapper around edg_wll_LogEvent for event RegJob, jobtype PARTITIONED
|
int | edg_wll_LogRegJobPARTITIONEDProxy (edg_wll_Context context, const char *jdl, const char *ns, const edg_wlc_JobId parent, const int nsubjobs, const char *seed) |
int | edg_wll_LogChkpt (edg_wll_Context context, const char *tag, const char *classad) |
| simple wrapper around edg_wll_LogEvent for event Chkpt
|
int | edg_wll_LogChkptProxy (edg_wll_Context context, const char *tag, const char *classad) |
int | edg_wll_LogListener (edg_wll_Context context, const char *svc_name, const char *svc_host, const uint16_t svc_port) |
| simple wrapper around edg_wll_LogEvent for event Listener
|
int | edg_wll_LogListenerProxy (edg_wll_Context context, const char *svc_name, const char *svc_host, const uint16_t svc_port) |
int | edg_wll_LogCurDescr (edg_wll_Context context, const char *descr) |
| simple wrapper around edg_wll_LogEvent for event CurDescr
|
int | edg_wll_LogCurDescrProxy (edg_wll_Context context, const char *descr) |
int | edg_wll_LogUserTag (edg_wll_Context context, const char *name, const char *value) |
| simple wrapper around edg_wll_LogEvent for event UserTag
|
int | edg_wll_LogUserTagProxy (edg_wll_Context context, const char *name, const char *value) |
int | edg_wll_LogChangeACL (edg_wll_Context context, const char *user_id, const int user_id_type, const int permission, const int permission_type, const int operation) |
| simple wrapper around edg_wll_LogEvent for event ChangeACL
|
int | edg_wll_LogChangeACLProxy (edg_wll_Context context, const char *user_id, const int user_id_type, const int permission, const int permission_type, const int operation) |
int | edg_wll_LogNotification (edg_wll_Context context, const edg_wll_NotifId notifId, const char *owner, const char *dest_host, const uint16_t dest_port, const char *jobstat) |
| simple wrapper around edg_wll_LogEvent for event Notification
|
int | edg_wll_LogNotificationProxy (edg_wll_Context context, const edg_wll_NotifId notifId, const char *owner, const char *dest_host, const uint16_t dest_port, const char *jobstat) |
int | edg_wll_LogResourceUsage (edg_wll_Context context, const char *resource, const int quantity, const char *unit) |
| simple wrapper around edg_wll_LogEvent for event ResourceUsage
|
int | edg_wll_LogResourceUsageProxy (edg_wll_Context context, const char *resource, const int quantity, const char *unit) |
int | edg_wll_LogReallyRunning (edg_wll_Context context, const char *wn_seq) |
| simple wrapper around edg_wll_LogEvent for event ReallyRunning
|
int | edg_wll_LogReallyRunningProxy (edg_wll_Context context, const char *wn_seq) |
int | edg_wll_LogEvent (edg_wll_Context context, edg_wll_EventCode event, char *fmt,...) |
| generic asynchronous logging function
|
int | edg_wll_LogEventSync (edg_wll_Context context, edg_wll_EventCode event, char *fmt,...) |
| generic synchronous logging function
|
int | edg_wll_LogEventProxy (edg_wll_Context context, edg_wll_EventCode event, char *fmt,...) |
| generic synchronous logging function
|
int | edg_wll_LogFlush (edg_wll_Context context, struct timeval *timeout) |
| flush events from interlogger
|
int | edg_wll_LogFlushAll (edg_wll_Context context, struct timeval *timeout) |
| flush all events from interlogger
|
int | edg_wll_SetLoggingJob (edg_wll_Context context, const edg_wlc_JobId job, const char *code, int flags) |
int | edg_wll_SetLoggingJobProxy (edg_wll_Context context, const edg_wlc_JobId job, const char *code, const char *user, int flags) |
int | edg_wll_RegisterJob (edg_wll_Context context, const edg_wlc_JobId job, enum edg_wll_RegJobJobtype type, const char *jdl, const char *ns, int num_subjobs, const char *seed, edg_wlc_JobId **subjobs) |
int | edg_wll_RegisterJobSync (edg_wll_Context context, const edg_wlc_JobId job, enum edg_wll_RegJobJobtype type, const char *jdl, const char *ns, int num_subjobs, const char *seed, edg_wlc_JobId **subjobs) |
int | edg_wll_RegisterJobProxy (edg_wll_Context context, const edg_wlc_JobId job, enum edg_wll_RegJobJobtype type, const char *jdl, const char *ns, int num_subjobs, const char *seed, edg_wlc_JobId **subjobs) |
int | edg_wll_RegisterSubjobs (edg_wll_Context context, const edg_wlc_JobId parent, char const *const *jdls, const char *ns, edg_wlc_JobId const *subjobs) |
int | edg_wll_RegisterSubjobsProxy (edg_wll_Context context, const edg_wlc_JobId parent, char const *const *jdls, const char *ns, edg_wlc_JobId const *subjobs) |
int | edg_wll_GenerateSubjobIds (edg_wll_Context context, const edg_wlc_JobId parent, int num_subjobs, const char *seed, edg_wlc_JobId **subjobs) |
int | edg_wll_ChangeACL (edg_wll_Context context, const edg_wlc_JobId job, const char *user_id, enum edg_wll_UserIdType user_id_type, enum edg_wll_Permission permission, enum edg_wll_PermissionType permission_type, enum edg_wll_ACLOperation operation) |