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
abort if one of the IMCs or IMVs fail to initialize
[strongswan.git]
/
src
/
libcharon
/
tnc
/
imv
/
imv_manager.h
diff --git
a/src/libcharon/tnc/imv/imv_manager.h
b/src/libcharon/tnc/imv/imv_manager.h
index
56cb6a0
..
c7b21d1
100644
(file)
--- a/
src/libcharon/tnc/imv/imv_manager.h
+++ b/
src/libcharon/tnc/imv/imv_manager.h
@@
-46,7
+46,7
@@
struct imv_manager_t {
* @param id ID of IMV instance
* @return removed IMC instance
*/
* @param id ID of IMV instance
* @return removed IMC instance
*/
-
void
(*remove)(imv_manager_t *this, TNC_IMVID id);
+
imv_t*
(*remove)(imv_manager_t *this, TNC_IMVID id);
/**
* Notify all IMV instances
/**
* Notify all IMV instances