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
added IMC and IMV IDs as arguments to send_message()
[strongswan.git]
/
src
/
libcharon
/
plugins
/
tnccs_20
/
tnccs_20.c
diff --git
a/src/libcharon/plugins/tnccs_20/tnccs_20.c
b/src/libcharon/plugins/tnccs_20/tnccs_20.c
index
afd105c
..
8d29bfb
100644
(file)
--- a/
src/libcharon/plugins/tnccs_20/tnccs_20.c
+++ b/
src/libcharon/plugins/tnccs_20/tnccs_20.c
@@
-61,7
+61,8
@@
struct private_tnccs_20_t {
};
METHOD(tnccs_t, send_message, void,
- private_tnccs_20_t* this, TNC_BufferReference message,
+ private_tnccs_20_t* this, TNC_IMCID imc_id, TNC_IMVID imv_id,
+ TNC_BufferReference message,
TNC_UInt32 message_len,
TNC_MessageType message_type)
{