commit | a562532127a29336be21b5428401fe16ee4d506f | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Mar 06 00:03:41 2012 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Mar 06 00:05:26 2012 -0800 |
tree | badb65de7651f37b24d39d569c538891961d0a70 | |
parent | 41064065029b74dfdb554e5cee13c627a6e429f8 [diff] [blame] |
Debugging and test suites of FullState and DiffState Digest checking is still missing from unit tests
diff --git a/model/sync-state.h b/model/sync-state.h index edff566..0576af2 100644 --- a/model/sync-state.h +++ b/model/sync-state.h
@@ -58,6 +58,13 @@ virtual void remove (NameInfoConstPtr info) = 0; + /** + * @brief Get state leaves + */ + const LeafContainer & + getLeaves () const + { return m_leaves; } + protected: LeafContainer m_leaves; };