strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
unit-tests: Base attributes get adopted by seg-env/seg-contract
[strongswan.git]
/
src
/
libimcv
/
imcv.h
diff --git
a/src/libimcv/imcv.h
b/src/libimcv/imcv.h
index
7710388
..
31536ec
100644
(file)
--- a/
src/libimcv/imcv.h
+++ b/
src/libimcv/imcv.h
@@
-27,6
+27,12
@@
* @defgroup libimcv_plugins plugins
* @ingroup libimcv
*
* @defgroup libimcv_plugins plugins
* @ingroup libimcv
*
+ * @defgroup libimcv_seg seg
+ * @ingroup libimcv
+ *
+ * @defgroup libimcv_swid swid
+ * @ingroup libimcv
+ *
* @addtogroup libimcv
* @{
*/
* @addtogroup libimcv
* @{
*/
@@
-37,6
+43,7
@@
#include "pa_tnc/pa_tnc_attr_manager.h"
#include "imv/imv_database.h"
#include "imv/imv_session_manager.h"
#include "pa_tnc/pa_tnc_attr_manager.h"
#include "imv/imv_database.h"
#include "imv/imv_session_manager.h"
+#include "pts/components/pts_component_manager.h"
#include <library.h>
#include <library.h>
@@
-68,4
+75,9
@@
extern imv_database_t* imcv_db;
*/
extern imv_session_manager_t* imcv_sessions;
*/
extern imv_session_manager_t* imcv_sessions;
+/**
+ * PTS Functional Component manager
+ */
+extern pts_component_manager_t* imcv_pts_components;
+
#endif /** IMCV_H_ @}*/
#endif /** IMCV_H_ @}*/