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

diff --git a/meta b/meta
index da0395ea1e49f620b168ac6b3f4c78d62c058a59..3c5ed303438c780cdd38c8b618e3ba57ed9be0f8 100644 (file)
--- a/meta
+++ b/meta
@@ -1,11 +1,12 @@
 Version: 1
-Previous: 80aaf5c1f7629b6ad2feb456187050d12037d9f5
-Head: 70e1daca5dc886c5e33aa4ba3f2daeee20d14ed6
+Previous: b63bd2debf26fae3e55a9eb015b6cef33f31a08f
+Head: f54ba5f01d6aef8bbffc5d54b4b53637403a2e56
 Applied:
   rs-locking: ec6a8efe211b0dc98548443c2e0d67e2c355351f
   reuseaddr: 5ce7d9c48d082fd1959918e9134f4bdd85c402d9
   rstream-delay: 2f3d92fdd0c79f4825060433fd489995c1c83b80
   rstream-async-opt: 70e1daca5dc886c5e33aa4ba3f2daeee20d14ed6
+  refresh-temp: f54ba5f01d6aef8bbffc5d54b4b53637403a2e56
 Unapplied:
   comp_locks: b89aab130b4619806557e11e6b9c10964f00743f
   preload: 5dfe7abc07064485c5100e04e5412279244c2bc3
diff --git a/patches/refresh-temp b/patches/refresh-temp
new file mode 100644 (file)
index 0000000..2287b22
--- /dev/null
@@ -0,0 +1,22 @@
+Bottom: 4824ade2aa44138cac7516403f6a7045fea3dbee
+Top:    6f06120e0a9c54c1159bf2ce7335b8994f8497f5
+Author: Sean Hefty <sean.hefty@intel.com>
+Date:   2012-05-11 10:41:32 -0700
+
+Refresh of rstream-async-opt
+
+---
+
+diff --git a/examples/rstream.c b/examples/rstream.c
+index a52a262..b089c2a 100644
+--- a/examples/rstream.c
++++ b/examples/rstream.c
+@@ -561,7 +561,7 @@ int main(int argc, char **argv)
+                       printf("\t[-p port_number]\n");
+                       printf("\t[-T test_option]\n");
+                       printf("\t    s|sockets - use standard tcp/ip sockets\n");
+-                      printf("\t    a|async - asynchronous operation\n");
++                      printf("\t    a|async - asynchronous operation (use poll)\n");
+                       printf("\t    b|blocking - use blocking calls\n");
+                       printf("\t    n|nonblocking - use nonblocking calls\n");
+                       printf("\t    v|verify - verify data\n");