Add some more cancellation checks to 'svnrdump load'.
commit08d15e0744b55d08209e54ee534641e80ff3dc09
authorC. Michael Pilato <cmpilato@collab.net>
Wed, 17 Nov 2010 17:58:32 +0000 (17 17:58 +0000)
committerC. Michael Pilato <cmpilato@collab.net>
Wed, 17 Nov 2010 17:58:32 +0000 (17 17:58 +0000)
tree7dfcd98bc511d21deb90190fa3d597e3a9806052
parent772ee69114c1c24733ffc890c73e28823dbcff90
Add some more cancellation checks to 'svnrdump load'.

* subversion/svnrdump/load_editor.c
  (get_lock): Add 'cancel_func' and 'cancel_baton' parameters, and
    check for cancellation while looping for lock acquisition.
  (drive_dumpstream_loader): Update call to get_lock().

git-svn-id: http://svn.apache.org/repos/asf/subversion/trunk/subversion/svnrdump@1036142 13f79535-47bb-0310-9956-ffa450edef68
load_editor.c