00001 /* 00002 * Copyright (c) 2003 EU DataGrid http://www.eu-datagrid.org/ 00003 * 00004 * $Id: evaluationmanager.h,v 1.6 2003/05/26 10:50:26 venekamp Exp $ 00005 * 00006 * Copyright (c) 2003 by 00007 * G.M. Venekamp <venekamp@nikhef.nl> 00008 * NIKHEF Amsterdam, the Netherlands 00009 * 00010 * This software is distributed under a BSD-style open source 00011 * licence. For a complete description of the licence take a look 00012 * at: http://eu-datagrid.web.cern.ch/eu-datagrid/license.html 00013 * 00014 */ 00015 00034 #ifndef _EVALUATIONMANAGER_H 00035 #define _EVALUATIONMANAGER_H 00036 00037 #include "lcmaps_db_read.h" 00038 #include "pdl.h" 00039 #include "pdl_policy.h" 00040 00041 extern int startEvaluationManager(const char* name); 00042 extern int getPluginNameAndArgs(lcmaps_db_entry_t** plugin); 00043 extern int runEvaluationManager(void); 00044 extern int stopEvaluationManager(void); 00045 00046 #endif