]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
refresh
authorSean Hefty <sean.hefty@intel.com>
Tue, 24 Jul 2012 22:27:26 +0000 (15:27 -0700)
committerSean Hefty <sean.hefty@intel.com>
Tue, 24 Jul 2012 22:27:26 +0000 (15:27 -0700)
meta
patches/refresh-temp [deleted file]
patches/transpose

diff --git a/meta b/meta
index f04978f243c948d2df0210272056be88ec0ece11..3dc424809aff7c3ced1bca5f75cd65669f071b7a 100644 (file)
--- a/meta
+++ b/meta
@@ -1,10 +1,9 @@
 Version: 1
-Previous: 739e1c95b8358f9111ab19534c8d29cd2be9adc3
-Head: 1bae6e015739f8df5cdae51113f252b99767579d
+Previous: 53e8e551ec6140f7eaaf954c2e9864c777fe0127
+Head: 3e52eb22f44eafaefa95c4674bc5665a94e15694
 Applied:
   cma-rm-pd: 2ffda7f2991395570b9e776ff5ae256ca9684771
-  transpose: 7856c0c353736cee5399eb2f706a6ac2913cc368
-  refresh-temp: 1bae6e015739f8df5cdae51113f252b99767579d
+  transpose: 3e52eb22f44eafaefa95c4674bc5665a94e15694
 Unapplied:
   fork: bf9af8d174dcad2841cb78ce7a44bcf307e7be82
   rstream-fork: e968946ba3b1b6f18b00c54621068ba3996362df
diff --git a/patches/refresh-temp b/patches/refresh-temp
deleted file mode 100644 (file)
index 8f0140a..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-Bottom: 47adffa1c470a8413209e0679e601e328605b9da
-Top:    47adffa1c470a8413209e0679e601e328605b9da
-Author: Sean Hefty <sean.hefty@intel.com>
-Date:   2012-07-24 15:26:23 -0700
-
-Refresh of transpose
-
----
-
-
index 2a5c8b5963452551f0e8a4ec00e96891d87abfb4..c9cd66f848d60f1fc785987e9da0c42c45030439 100644 (file)
@@ -3,7 +3,7 @@ Top:    47adffa1c470a8413209e0679e601e328605b9da
 Author: Sean Hefty <sean.hefty@intel.com>
 Date:   2012-07-16 14:17:58 -0700
 
-rspreload: Make socket_fallback() call more generic
+librspreload: Make socket_fallback() call more generic
 
 socket_fallback is used to switch from an rsocket to a normal
 socket in the case of failures.  Rename the call and make it
@@ -11,6 +11,10 @@ more generic, so that it can switch between an rsocket and
 a normal socket in either direction.  This will be used to
 support fork().
 
+As part of this change, we move the list of hooked and rsocket
+calls into structures, versus maintaining a large number of
+static variables.
+
 Signed-off-by: Sean Hefty <sean.hefty@intel.com>