mirror of
https://github.com/safing/portmaster
synced 2025-09-02 18:49:14 +00:00
Add TODO
This commit is contained in:
parent
26c307b7a0
commit
f35659de19
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ type Threat struct {
|
||||||
MitigationLevel uint8 // Recommended Security Level to switch to for mitigation
|
MitigationLevel uint8 // Recommended Security Level to switch to for mitigation
|
||||||
Started int64
|
Started int64
|
||||||
Ended int64
|
Ended int64
|
||||||
|
// TODO: add locking
|
||||||
}
|
}
|
||||||
|
|
||||||
// AddOrUpdateThreat adds or updates a new threat in the system status.
|
// AddOrUpdateThreat adds or updates a new threat in the system status.
|
||||||
|
|
Loading…
Add table
Reference in a new issue