]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
refresh (create temporary patch)
authorSean Hefty <sean.hefty@intel.com>
Fri, 11 May 2012 17:49:19 +0000 (10:49 -0700)
committerSean Hefty <sean.hefty@intel.com>
Fri, 11 May 2012 17:49:19 +0000 (10:49 -0700)
meta
patches/refresh-temp [new file with mode: 0644]

diff --git a/meta b/meta
index 4e65f85a9038c19307e1208934f789107416fed0..1600772dc2206ffb6355aa482d6a4635e4a14465 100644 (file)
--- a/meta
+++ b/meta
@@ -1,10 +1,11 @@
 Version: 1
-Previous: e6abc18fe1d992425ee136fc5ac4117cca7af324
-Head: b60d0c8781b920fad52ac3fb63264ea538cf226a
+Previous: 926e1aa4c75cbe015241b63902036eb3a476efd8
+Head: 3a852ae6ae16cf7b60ad793c5963708c3a0c5ef8
 Applied:
   rs-locking: ec6a8efe211b0dc98548443c2e0d67e2c355351f
   reuseaddr: 5ce7d9c48d082fd1959918e9134f4bdd85c402d9
   rstream-delay: b60d0c8781b920fad52ac3fb63264ea538cf226a
+  refresh-temp: 3a852ae6ae16cf7b60ad793c5963708c3a0c5ef8
 Unapplied:
   rstream-async-opt: 05b2741e5c346be2ed80a63d3213487f2b2f808c
   comp_locks: b89aab130b4619806557e11e6b9c10964f00743f
diff --git a/patches/refresh-temp b/patches/refresh-temp
new file mode 100644 (file)
index 0000000..367d13a
--- /dev/null
@@ -0,0 +1,22 @@
+Bottom: e158cfb023f019d4ef91f72e39f049c35cf5993e
+Top:    1e3526d39b2591bb10a08bfed2622f05f82b1bd8
+Author: Sean Hefty <sean.hefty@intel.com>
+Date:   2012-05-11 10:49:19 -0700
+
+Refresh of rstream-delay
+
+---
+
+diff --git a/examples/rstream.c b/examples/rstream.c
+index a52a262..7f39b29 100644
+--- a/examples/rstream.c
++++ b/examples/rstream.c
+@@ -56,7 +56,7 @@ static int test_size[] = {
+ static int use_rs = 1;
+ static int use_async;
+ static int verify;
+-static int flags;
++static int flags = MSG_DONTWAIT;
+ static int no_delay = 1;
+ static int custom;
+ static int iterations = 1;