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

lcas_types.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 
00019 #ifndef LCAS_TYPES_H
00020 #define LCAS_TYPES_H
00021 
00022 /******************************************************************************
00023                              Include header files
00024 ******************************************************************************/
00025 
00026 #include <gssapi.h>
00027 
00028 /******************************************************************************
00029                                Type definitions
00030 ******************************************************************************/
00031 
00038 typedef char *lcas_request_t;
00039 
00048 typedef struct lcas_cred_id_s
00049 {
00050     gss_cred_id_t  cred; 
00051     char *         dn;   
00052 }
00053 lcas_cred_id_t;
00054 
00055 #endif /* LCAS_TYPES_H */
00056 
00057 /******************************************************************************
00058 CVS Information:
00059     $Source: /cvs/fabric_mgt/gridification/lcas/include/lcas_types.h,v $
00060     $Date: 2003/08/08 16:16:07 $
00061     $Revision: 2.8 $
00062     $Author: martijn $
00063 ******************************************************************************/

Generated at Tue Sep 23 15:06:52 2003 for edg-lcas by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001