Jiri Denemark fba550f651 util: Forbid calling hash APIs from iterator callback
Calling most hash APIs is not safe from inside of an iterator callback.
Exceptions are APIs that do not modify the hash table and removing
current hash entry from virHashFroEach callback.

This patch make all APIs which are not safe fail instead of just relying
on the callback being nice not calling any unsafe APIs.
2011-03-18 10:54:56 +01:00
..
2010-11-22 16:43:29 -05:00
2010-11-22 16:43:29 -05:00
2011-03-15 15:26:35 +00:00
2011-03-04 09:52:12 -07:00
2010-09-23 10:37:10 +02:00
2010-12-01 10:00:10 -07:00
2010-12-02 16:00:47 -07:00
2010-03-29 18:21:04 +02:00
2010-06-02 21:35:22 -04:00
2011-02-11 12:32:17 -07:00
2011-02-03 08:58:45 -07:00
2011-03-17 14:52:50 -06:00
2010-05-06 14:35:38 -06:00
2010-02-19 11:52:04 +01:00
2011-03-04 09:52:12 -07:00
2011-02-08 19:37:21 -07:00
2011-02-08 19:37:21 -07:00
2011-01-03 14:45:00 -07:00
2010-06-10 06:05:31 -06:00
2011-03-15 15:26:35 +00:00
2010-12-02 11:23:15 -07:00
2011-03-04 09:52:12 -07:00