The unified diff between revisions [24fb0b25..] and [8032bf83..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'netsync.cc'
#
#
# patch "netsync.cc"
# from [802494ec22ebb2d9c38718680677b9d6bcd5b2ab]
# to [340e432145bad814c7757dfa04769449745b791f]
#
============================================================
--- netsync.cc 802494ec22ebb2d9c38718680677b9d6bcd5b2ab
+++ netsync.cc 340e432145bad814c7757dfa04769449745b791f
@@ -795,6 +795,10 @@ session::setup_client_tickers()
{
I(role == source_and_sink_role);
// xgettext: please use short message and try to avoid multibytes chars
+ cert_in_ticker.reset(new ticker(N_("certs in"), "c", 3, false, true));
+ // xgettext: please use short message and try to avoid multibytes chars
+ cert_out_ticker.reset(new ticker(N_("certs out"), "C", 3, false, true));
+ // xgettext: please use short message and try to avoid multibytes chars
revision_in_ticker.reset(new ticker(N_("revs in"), "r", 1));
// xgettext: please use short message and try to avoid multibytes chars
revision_out_ticker.reset(new ticker(N_("revs out"), "R", 1));