D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
src
/
file_protector-1.1-1584
/
network
/
Filename :
net_events.h
back
Copy
/** @file net_events.h @brief Serializers to send network based events @details Copyright (c) 2024 Acronis International GmbH @author Denis Kopyrin (denis.kopyrin@acronis.com) @since $Id: $ */ #pragma once #ifdef KERNEL_MOCK #include "mock/mock_net.h" #endif #include <linux/net.h> #include <linux/socket.h> #include "task_info_map.h" #include "network/string_view.h" void net_event_auth_log(task_info_t* task, string_view_t str, bool success);