Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

lcmaps_db_read.h

Go to the documentation of this file.
00001 /*                                                                                                            
00002  * Copyright (c) 2001 EU DataGrid.                                                                             
00003  * For license conditions see http://www.eu-datagrid.org/license.html                                          
00004  *
00005  * Copyright (c) 2001, 2002 by 
00006  *     Martijn Steenbakkers <martijn@nikhef.nl>,
00007  *     David Groep <davidg@nikhef.nl>,
00008  *     NIKHEF Amsterdam, the Netherlands
00009  */
00010 
00021 #ifndef LCMAPS_DB_READ_H
00022 #define LCMAPS_DB_READ_H
00023 
00024 /******************************************************************************
00025                              Include header files
00026 ******************************************************************************/
00027 #include "lcmaps_defines.h"
00028 
00029 /******************************************************************************
00030                                Type definitions
00031 ******************************************************************************/
00042 typedef struct lcmaps_db_entry_s
00043 {
00044     char                        pluginname[LCMAPS_MAXPATHLEN+1]; 
00045     char                        pluginargs[LCMAPS_MAXARGSTRING+1]; 
00046     struct lcmaps_db_entry_s *  next;  
00047 }
00048 lcmaps_db_entry_t;
00049 
00050 #endif /* LCMAPS_DB_READ_H */
00051 
00052 /******************************************************************************
00053 CVS Information:
00054     $Source: /cvs/fabric_mgt/gridification/lcmaps/include/lcmaps_db_read.h,v $
00055     $Date: 2003/04/15 12:11:15 $
00056     $Revision: 1.1 $
00057     $Author: martijn $
00058 ******************************************************************************/

Generated at Thu Mar 4 17:39:03 2004 for edg-lcmaps by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001