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

.

parent 1631b126
...@@ -109,8 +109,8 @@ type ObjectState int ...@@ -109,8 +109,8 @@ type ObjectState int
const ( const (
GHOST ObjectState = -1 GHOST ObjectState = -1
UPTODATE = 0 UPTODATE ObjectState = 0
CHANGED = 1 CHANGED ObjectState = 1
// no STICKY - we pin objects in RAM with PActivate // 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