Commit 9d022803 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 1631b126
......@@ -108,9 +108,9 @@ type IPersistent interface {
type ObjectState int
const (
GHOST ObjectState = -1
UPTODATE = 0
CHANGED = 1
GHOST ObjectState = -1
UPTODATE ObjectState = 0
CHANGED ObjectState = 1
// no STICKY - we pin objects in RAM with PActivate
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment