traverse: Check if local traverse failed or succeeded
authorAmitay Isaacs <amitay@gmail.com>
Fri, 6 Sep 2013 08:11:40 +0000 (18:11 +1000)
committerAmitay Isaacs <amitay@gmail.com>
Wed, 25 Sep 2013 04:59:45 +0000 (14:59 +1000)
commitabd51a9f41ebb178c4ea4491bdedf9a9433e7232
treeaeb0cb217116f682cc4d2af4fee9f9da9d92b2ad
parente4aba8598b00a810e721de64ac44dccc9af04ab6
traverse: Check if local traverse failed or succeeded

By passing the result of tdb_traverse_read() allows ctdbd to determine
if the local traverse succeeded or not.  In case of a problem with local
traverse, ctdbd can log an error.

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
server/ctdb_traverse.c