tweak policy

This commit is contained in:
Quaternions 2024-12-05 16:16:32 -08:00
parent 8f74a3f783
commit 1a48a4fb5a

View File

@ -14,8 +14,10 @@ type ScriptPolicy struct {
// Hash of the source code that leads to this policy.
// If this is a replacement mapping, the original source may not be pointed to by any policy.
// The original source should still exist in the scripts table, which can be located by the same hash.
Hash uint64
// The ID of the replacement source (ScriptPolicyReplace) or verbatim source (other)
ScriptID int64
FromScriptHash uint64
// The ID of the replacement source (ScriptPolicyReplace)
// or verbatim source (ScriptPolicyAllowed)
// or 0 (other)
ToScriptID int64
Policy Policy
}