OpenClovis Logo

clNameConfigApi.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2002-2012 OpenClovis Solutions Inc. All Rights Reserved.
3  *
4  * This file is available under a commercial license from the
5  * copyright holder or the GNU General Public License Version 2.0.
6  *
7  * The source code for this program is not published or otherwise
8  * divested of its trade secrets, irrespective of what has been
9  * deposited with the U.S. Copyright office.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14  * General Public License for more details.
15  *
16  * For more information, see the file COPYING provided with this
17  * material.
18  */
19 /*******************************************************************************
20  * ModuleName : name
21  * File : clNameConfigApi.h
22  *******************************************************************************/
23 
24 /*******************************************************************************
25  * Description :
26  *
27  * This file contains Name Service lifecycle module related
28  * datastructures and APIs.
29  *
30  *
31  *****************************************************************************/
32 
46 #ifndef _CL_NAME_CONFIG_API_H_
47 #define _CL_NAME_CONFIG_API_H_
48 
49 #ifdef __cplusplus
50 extern "C" {
51 #endif
52 
53 /*********************************************************************************/
54 /********************* Name Service config related data structures ***************/
55 /*********************************************************************************/
56 
60 typedef struct
61 {
62 
66  ClUint32T nsMaxNoEntries;
67 
72 
77 
79 
81 
82 /**************************************************************************************/
83 /************************** API to Life cycle Module **********************************/
84 
85 
86 
87 #ifdef __cplusplus
88 }
89 #endif
90 
91 #endif /* _CL_NAME_CONFIG_API_H_ */
92 

Generated on Tue Jan 10 10:29:15 PST 2012 for OpenClovis SDK using Doxygen