You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by rh...@apache.org on 2012/11/02 17:23:27 UTC

svn commit: r1405033 - /qpid/proton/trunk/proton-c/src/messenger.c

Author: rhs
Date: Fri Nov  2 16:23:27 2012
New Revision: 1405033

URL: http://svn.apache.org/viewvc?rev=1405033&view=rev
Log:
added comment

Modified:
    qpid/proton/trunk/proton-c/src/messenger.c

Modified: qpid/proton/trunk/proton-c/src/messenger.c
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/src/messenger.c?rev=1405033&r1=1405032&r2=1405033&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/src/messenger.c (original)
+++ qpid/proton/trunk/proton-c/src/messenger.c Fri Nov  2 16:23:27 2012
@@ -862,6 +862,7 @@ int pn_messenger_put(pn_messenger_t *mes
       } else {
         pn_link_advance(sender);
         pn_queue_add(&messenger->outgoing, d);
+        // XXX: doing this every time is slow, need to be smarter
         //pn_messenger_tsync(messenger, false_pred, 0);
         return 0;
       }



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org