Revision 0bd56b7c trunk/Pithos.Core/Agents/BlockUpdater.cs

b/trunk/Pithos.Core/Agents/BlockUpdater.cs
22 22

  
23 23
        public string TempPath { get; private set; }
24 24

  
25
        public bool HasBlocks
26
        {
27
            get { return _blocks.Count>0; }            
28
        }
29

  
25 30
        readonly ConcurrentDictionary<int, string> _blocks = new ConcurrentDictionary<int, string>();
26 31
        readonly ConcurrentDictionary<string, string> _orphanBlocks = new ConcurrentDictionary<string, string>();
27 32

  

Also available in: Unified diff