Add more unit-tests and bug-fixes for random-access ZRTP cache

(refs #24)
This commit is contained in:
Viktor Krikun
2011-11-27 21:47:26 +00:00
committed by Travis Cross
parent e8a376a87f
commit 9cd1409047
4 changed files with 535 additions and 111 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ void zrtp_def_cache_foreach( zrtp_global_t *global,
* May be used in server solutions for periodically flushing the cache to prevent data loss.
*
* @return
* - zrtp_status_ok - if operation complited successfully;
* - zrtp_status_ok - if operation completed successfully;
* - zrtp_status_wrong_state - if a call is performed from a routine which
* doesn't use the default cache.
*/