From 1415b75adb8d24a5d47b602977f869c76c004249 Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Fri, 11 May 2012 10:41:32 -0700 Subject: [PATCH] refresh (create temporary patch) --- meta | 5 +++-- patches/refresh-temp | 22 ++++++++++++++++++++++ 2 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 patches/refresh-temp diff --git a/meta b/meta index da0395ea..3c5ed303 100644 --- 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 index 00000000..2287b225 --- /dev/null +++ b/patches/refresh-temp @@ -0,0 +1,22 @@ +Bottom: 4824ade2aa44138cac7516403f6a7045fea3dbee +Top: 6f06120e0a9c54c1159bf2ce7335b8994f8497f5 +Author: Sean Hefty +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"); -- 2.41.0