added IMC and IMV IDs as arguments to send_message()

This commit is contained in:
Andreas Steffen
2010-11-17 00:04:10 +01:00
parent 66c30fa244
commit a423a96140
6 changed files with 39 additions and 25 deletions
+2 -1
View File
@@ -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)
{