opt
/
kaspersky
/
kav4fs
/
src
/
kernel
/
module.linux
➕ New
📤 Upload
✎ Editing:
watchdog.h
← Back
/* * This source file is a part of a Kaspersky Antivirus Monitor. * Copyright (C) Kaspersky Lab, 1997-2015 * See License.txt for details * */ #ifndef KERNEL__MODULE_LINUX__WATCHDOG_H #define KERNEL__MODULE_LINUX__WATCHDOG_H #define MONITOR_WATCHDOG_PERIOD 20000 #define MONITOR_WATCHDOG_NAME "kav4fs-watchdog" #define MONITOR_WATCHDOG_FILENAME "/proc/" MONITOR_WATCHDOG_NAME struct monitor_watchdog_ops { void (*invoke)(void); }; int Monitor_watchdog_init(struct monitor_watchdog_ops* ops); int Monitor_watchdog_cleanup(void); int Monitor_watchdog_stop(void); // int Monitor_watchdog_expect(int queue_id); // void Monitor_watchdog_set(int queue_id); #endif // KERNEL__MODULE_LINUX__WATCHDOG_H
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel