[padb-devel] [padb commit] r105 - Return undef from show_queue to prevent unnecessairy data

codesite-noreply at google.com codesite-noreply at google.com
Wed Jul 15 19:27:54 BST 2009


Author: apittman
Date: Wed Jul 15 11:27:28 2009
New Revision: 105

Modified:
    branches/full-duplex/src/padb

Log:
Return undef from show_queue to prevent unnecessairy data
being passed back up the tree.


Modified: branches/full-duplex/src/padb
==============================================================================
--- branches/full-duplex/src/padb	(original)
+++ branches/full-duplex/src/padb	Wed Jul 15 11:27:28 2009
@@ -5868,6 +5868,7 @@
      return if ( $lines != 0 );

      show_mpi_queue( $carg, $vp, $pid );
+    return;
  }

  sub show_clever_full_stack {




More information about the padb-devel mailing list