[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Convert svn_fs_base__get_node_successors() to dual-pool paradigm

From: Daniel Shahaf <danielsh_at_elego.de>
Date: Sun, 11 Sep 2011 03:25:18 +0300

I wrote this while debugging some pool segfaults, and I don't want to
commit it until I've resolved them (for obvious reasons), so I'm abusing
all of your inboxes as my personal patch queueing system. Thanks for
your cooperation.

[[[
On the fs-successor-ids branch, convert svn_fs_base__get_node_successors()
to the dual-pool paradigm.

* subversion/libsvn_fs_base/node-rev.h
  (svn_fs_base__get_node_successors):
    Split POOL parameter into RESULT_POOL/SCRATCH_POOL.

* subversion/libsvn_fs_base/node-rev.c
  (svn_fs_base__get_node_successors):
    Convert to the dual-pool paradigm.

* subversion/libsvn_fs_base/tree.c
  (txn_body_history_next): Update caller.
]]]
Received on 2011-09-11 02:26:10 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.