2006-09-08 07:53:32 +00:00
|
|
|
/*
|
|
|
|
* condor/condor_log.h
|
|
|
|
*
|
|
|
|
* DC-API utils to read and process condor "user log" file
|
|
|
|
*
|
|
|
|
* (c) Daniel Drotos, 2006
|
|
|
|
*/
|
|
|
|
|
2006-06-07 12:56:14 +00:00
|
|
|
|
|
|
|
#ifndef _DC_API_CONDOR_LOG_H_
|
|
|
|
#define _DC_API_CONDOR_LOG_H_
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#include "dc.h"
|
|
|
|
|
|
|
|
|
2006-06-09 11:40:10 +00:00
|
|
|
extern void _DC_wu_update_condor_events(DC_Workunit *wu);
|
2006-06-08 12:22:44 +00:00
|
|
|
extern DC_MasterEvent *_DC_wu_condor2api_event(DC_Workunit *wu);
|
2006-06-23 11:21:04 +00:00
|
|
|
extern int _DC_wu_exit_code(DC_Workunit *wu, int *res);
|
2006-06-07 12:56:14 +00:00
|
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
/* End of condor/condor_log.h */
|
2006-09-08 07:53:32 +00:00
|
|
|
|
|
|
|
/* Local variables: */
|
|
|
|
/* c-file-style: "linux" */
|
|
|
|
/* End: */
|