From: Manuel Nickschas Date: Fri, 27 Dec 2013 20:24:43 +0000 (+0100) Subject: Make the PeerPtr trick work with sync calls as well X-Git-Tag: 0.10-beta1~68 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=2a89d1b0c473f92c5cf9fb803d99e8b51b2c68e7;hp=2a89d1b0c473f92c5cf9fb803d99e8b51b2c68e7 Make the PeerPtr trick work with sync calls as well The mechanics for replacing a PeerPtr as first argument by the sending peer (and using it as a filter for the other direction) are already in place; with just some tweaks we can also make it work for sync calls in addition to RPC calls, which allows for selectively calling methods in your sync partner. ---