mirror of
https://github.com/openappsec/attachment.git
synced 2026-01-17 16:00:26 +03:00
Added Hold verdict
This commit is contained in:
@@ -204,6 +204,19 @@ NanoCommunicationResult SendRequestEndAsync(NanoAttachment *attachment, Attachme
|
||||
///
|
||||
NanoCommunicationResult SendResponseEndAsync(NanoAttachment *attachment, AttachmentData *data);
|
||||
|
||||
///
|
||||
/// @brief Sends a delayed verdict signal to the agent asynchronously.
|
||||
///
|
||||
/// This function sends a delayed verdict signal to the agent service, requesting an updated
|
||||
/// verdict for a session that is currently in a delayed state.
|
||||
///
|
||||
/// @param attachment A pointer to the NanoAttachment structure.
|
||||
/// @param data A pointer to AttachmentData structure containing the session data.
|
||||
///
|
||||
/// @return A NanoCommunicationResult indicating the outcome of the operation.
|
||||
///
|
||||
NanoCommunicationResult SendHoldDataAsync(NanoAttachment *attachment, AttachmentData *data);
|
||||
|
||||
///
|
||||
/// @brief Sends metric data to the nano service and resets it on the attachment.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user